apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin
apollo-api
/
com.apollographql.apollo.api.http
/
HttpRequest
Http
Request
class
HttpRequest
a HTTP request to be sent
Members
Types
Builder
Link copied to clipboard
class
Builder
(
method
:
HttpMethod
,
url
:
String
)
Properties
body
Link copied to clipboard
val
body
:
HttpBody
?
execution
Context
Link copied to clipboard
val
executionContext
:
ExecutionContext
headers
Link copied to clipboard
val
headers
:
List
<
HttpHeader
>
method
Link copied to clipboard
val
method
:
HttpMethod
url
Link copied to clipboard
val
url
:
String
Functions
new
Builder
Link copied to clipboard
@
JvmOverloads
fun
newBuilder
(
method
:
HttpMethod
=
this.method
,
url
:
String
=
this.url
)
:
HttpRequest.Builder