toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
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