long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-client
/
org.artofdev.tasks.client.util
/
HttpUtils
Http
Utils
object
HttpUtils
Members
Properties
mapper
Link copied to clipboard
val
mapper
:
ObjectMapper
Functions
is
Successful
Link copied to clipboard
fun
HttpResponse
<
*
>
.
isSuccessful
(
)
:
Boolean
parse
Json
Link copied to clipboard
inline
fun
<
T
>
parseJson
(
json
:
String
)
:
T
send
And
Parse
Link copied to clipboard
inline
fun
<
T
>
sendAndParse
(
client
:
HttpClient
,
request
:
HttpRequest
)
:
T