toggle menu
Core
2.33.0
androidJvm
switch theme
search in API
core
/
io.karte.android.utilities.http
/
Request
Request
abstract
class
Request
<
T
>
HTTP Request Object class.
Inheritors
JSONRequest
MultipartRequest
Members
Properties
body
Link copied to clipboard
abstract
var
body
:
T
?
Request body
headers
Link copied to clipboard
val
headers
:
MutableMap
<
String
,
String
>
HTTP headers
method
Link copied to clipboard
val
method
:
String
HTTP Request method
url
Link copied to clipboard
val
url
:
String
Request url