harness-http-client
harness-http-client
API
harness.http.client
AppliedResponse
HttpClient
HttpClient
HttpClientPlatformSpecific
HttpClientPlatformSpecificImpl
HttpRequest
HttpRequest
Builder1
Builder2
HttpResponse
HttpResponse
Result
JsClient
JsClient
JsResponseResult
ResponseOps
harness-http-client
/
harness.http.client
/
HttpResponse
/
Result
Result
harness.http.client.HttpResponse$.Result
trait
Result
[
ResponseBody
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
JsResponseResult
Self type
Result
[
ResponseBody
]
Clear all
Members list
Concise view
Value members
Abstract methods
def
bodyAsStringImpl
(
body
:
ResponseBody
):
HRIO
[
Logger
,
String
]
def
forwardBodyToPath
(
path
:
Path
):
HTask
[
Long
]
Concrete methods
final
def
contentLengthInt
:
HTask
[
Option
[
Int
]]
final
def
getContentLength
:
HTask
[
Long
]
final
def
getContentLengthInt
:
HTask
[
Int
]
Abstract fields
protected
val
_contentLength
:
Option
[
Long
]
protected
val
_headers
:
Map
[
String
,
List
[
String
]]
val
body
:
ResponseBody
val
responseCode
:
HttpCode
Concrete fields
final
val
contentLength
:
Option
[
Long
]
final
val
headers
:
Map
[
String
,
List
[
String
]]