toggle menu
arcgis-maps-kotlin
200.5.0
androidJvm
switch theme
search in API
arcgis-maps-kotlin
/
com.arcgismaps.httpcore
/
Request
/
Header
Header
data
class
Header
(
val
name
:
String
,
val
value
:
String
)
Represents the name and value of a HTTP request/response header.
Since
200.2.0
Members
Constructors
Header
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
String