toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
PlainRequest
Plain
Request
class
PlainRequest
(
val
method
:
Method
,
val
path
:
String
,
val
parameters
:
Parameters
,
val
content
:
ByteArray
,
val
textContent
:
String
?
,
val
contentType
:
String
,
val
contentEncoding
:
String
?
,
val
acceptContentType
:
String
?
)
Members
Constructors
Plain
Request
Link copied to clipboard
constructor
(
method
:
Method
,
path
:
String
,
parameters
:
Parameters
,
content
:
ByteArray
,
textContent
:
String
?
,
contentType
:
String
,
contentEncoding
:
String
?
,
acceptContentType
:
String
?
)
Properties
accept
Content
Type
Link copied to clipboard
val
acceptContentType
:
String
?
content
Link copied to clipboard
val
content
:
ByteArray
content
Encoding
Link copied to clipboard
val
contentEncoding
:
String
?
content
Type
Link copied to clipboard
val
contentType
:
String
method
Link copied to clipboard
val
method
:
Method
parameters
Link copied to clipboard
val
parameters
:
Parameters
path
Link copied to clipboard
val
path
:
String
text
Content
Link copied to clipboard
val
textContent
:
String
?