arcgis-maps-kotlin
Toggle table of contents
200.7.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
arcgis-maps-kotlin
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