apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api.http
/
HttpRequest
/
Builder
Builder
common
class
Builder
(
method
:
HttpMethod
,
url
:
String
)
Content copied to clipboard
Constructors
Functions
Constructors
Builder
Link copied to clipboard
common
fun
Builder
(
method
:
HttpMethod
,
url
:
String
)
Content copied to clipboard
Functions
add
Header
Link copied to clipboard
common
fun
addHeader
(
name
:
String
,
value
:
String
)
:
HttpRequest.Builder
Content copied to clipboard
add
Headers
Link copied to clipboard
common
fun
addHeaders
(
headers
:
List
<
HttpHeader
>
)
:
HttpRequest.Builder
Content copied to clipboard
body
Link copied to clipboard
common
fun
body
(
body
:
HttpBody
)
:
HttpRequest.Builder
Content copied to clipboard
build
Link copied to clipboard
common
fun
build
(
)
:
HttpRequest
Content copied to clipboard
headers
Link copied to clipboard
common
fun
headers
(
headers
:
List
<
HttpHeader
>
)
:
HttpRequest.Builder
Content copied to clipboard