hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
HttpClientResponse
hunt
http
client
HttpClientResponse
Undocumented in source.
class
HttpClientResponse :
HttpResponse
{
this
(HttpVersion ver, int status, string reason);
this
(HttpVersion ver, int status, string reason, HttpFields fields, long contentLength);
}
Constructors
this
this
(HttpVersion ver, int status, string reason)
Undocumented in source.
this
this
(HttpVersion ver, int status, string reason, HttpFields fields, long contentLength)
Undocumented in source.
Meta
Source
See Implementation
hunt
http
client
HttpClientResponse
classes
HttpClientResponse