kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
common-dependencies
/
org.jetbrains.kotlinx.jupyter.common
/
HttpClient
Http
Client
interface
HttpClient
Inheritors
SimpleHttpClient
Members
Members & Extensions
Functions
get
Http
Link copied to clipboard
fun
HttpClient
.
getHttp
(
url
:
String
)
:
ResponseWrapper
get
Http
With
Auth
Link copied to clipboard
fun
HttpClient
.
getHttpWithAuth
(
url
:
String
,
username
:
String
,
token
:
String
)
:
ResponseWrapper
http
Request
Link copied to clipboard
fun
HttpClient
.
httpRequest
(
request
:
Request
)
:
ResponseWrapper
make
Request
Link copied to clipboard
abstract
fun
makeRequest
(
request
:
Request
)
:
Response