mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
HttpRequest
Http
Request
open
class
HttpRequest
:
Serializable
HttpRequest holds basic information for construction of an HTTP request
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
HttpRequest.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
body
Link copied to clipboard
@
Nullable
@get:
Nullable
val
body
:
Array
<
Byte
>
flags
Link copied to clipboard
val
flags
:
Int
headers
Link copied to clipboard
@
NonNull
@get:
NonNull
open
var
headers
:
HashMap
<
String
,
String
>
method
Link copied to clipboard
@
NonNull
@get:
NonNull
open
var
method
:
HttpMethod
network
Restriction
Link copied to clipboard
@
NonNull
@get:
NonNull
val
networkRestriction
:
NetworkRestriction
sdk
Information
Link copied to clipboard
@
NonNull
@get:
NonNull
val
sdkInformation
:
SdkInformation
timeout
Link copied to clipboard
val
timeout
:
Long
url
Link copied to clipboard
@
NonNull
@get:
NonNull
val
url
:
String