toggle menu
FMP
DEV-SNAPSHOT
common
switch theme
search in API
FMP
/
ru.fsight.fmp
/
FMPRequest
/
Request
Request
data
class
Request
(
val
url
:
String
=
""
,
val
method
:
FMPRequest.Method
=
Method.GET
,
val
data
:
ByteArray
=
byteArrayOf()
,
val
headers
:
Map
<
String
,
String
>
=
mapOf()
)
HTTP запрос.
Since
22.04.01
Members
Constructors
Request
Link copied to clipboard
constructor
(
url
:
String
=
""
,
method
:
FMPRequest.Method
=
Method.GET
,
data
:
ByteArray
=
byteArrayOf()
,
headers
:
Map
<
String
,
String
>
=
mapOf()
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
method
Link copied to clipboard
val
method
:
FMPRequest.Method
url
Link copied to clipboard
val
url
:
String