toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.http.client
Package-level
declarations
Types
Functions
Types
Basic
Credential
Handler
Link copied to clipboard
external
class
BasicCredentialHandler
:
RequestHandler
Bearer
Credential
Handler
Link copied to clipboard
external
class
BearerCredentialHandler
:
RequestHandler
Headers
Link copied to clipboard
sealed
external
interface
Headers
Http
Client
Link copied to clipboard
external
class
HttpClient
Http
Client
Error
Link copied to clipboard
external
class
HttpClientError
:
Throwable
Http
Client
Response
Link copied to clipboard
external
class
HttpClientResponse
Http
Codes
Link copied to clipboard
sealed
external
interface
HttpCodes
Media
Types
Link copied to clipboard
sealed
external
interface
MediaTypes
Personal
Access
Token
Credential
Handler
Link copied to clipboard
external
class
PersonalAccessTokenCredentialHandler
:
RequestHandler
Request
Handler
Link copied to clipboard
external
interface
RequestHandler
Request
Info
Link copied to clipboard
external
interface
RequestInfo
Request
Options
Link copied to clipboard
external
interface
RequestOptions
Typed
Response
Link copied to clipboard
external
interface
TypedResponse
<
T
>
Functions
check
Bypass
Link copied to clipboard
external
fun
checkBypass
(
reqUrl
:
URL
)
:
Boolean
get
Proxy
Url
Link copied to clipboard
external
fun
getProxyUrl
(
serverUrl
:
String
)
:
String
external
fun
getProxyUrl
(
reqUrl
:
URL
)
:
URL
?
is
Https
Link copied to clipboard
external
fun
isHttps
(
requestUrl
:
String
)
:
Boolean