lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.core.http
/
HttpRequest
Http
Request
class
HttpRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
base
Url
Link copied to clipboard
val
baseUrl
:
String
body
Link copied to clipboard
val
body
:
HttpRequestBody
?
headers
Link copied to clipboard
val
headers
:
Headers
method
Link copied to clipboard
val
method
:
HttpMethod
path
Segments
Link copied to clipboard
val
pathSegments
:
List
<
String
>
query
Params
Link copied to clipboard
val
queryParams
:
QueryParams
Functions
to
Builder
Link copied to clipboard
fun
toBuilder
(
)
:
HttpRequest.Builder
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String