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