mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
Signature
This commit is contained in:
parent
4364f564de
commit
dc612dce7e
1 changed files with 4 additions and 1 deletions
|
@ -45,5 +45,8 @@ class JSRequestModifier: IRequestModifier {
|
|||
}
|
||||
|
||||
|
||||
data class Request(override val url: String, override val headers: Map<String, String>) : IRequest;
|
||||
data class Request(override val url: String,
|
||||
override val headers: Map<String, String>,
|
||||
override val method: String? = null,
|
||||
override val body: String? = null) : IRequest;
|
||||
}
|
Loading…
Add table
Reference in a new issue