Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.cs.client-engine
/
love.yinlin.cs
/
RequestScope
Request
Scope
interface
RequestScope
Members
Properties
data
Link copied to clipboard
abstract
var
data
:
ByteArray
form
Link copied to clipboard
abstract
var
form
:
Map
<
String
,
String
>
method
Link copied to clipboard
abstract
var
method
:
HttpMethod
url
Link copied to clipboard
abstract
var
url
:
String
Functions
headers
Link copied to clipboard
abstract
fun
headers
(
block
:
HeadersBuilder
.
(
)
->
Unit
)