heaploop ~master (2014-07-21T12:56:49Z)
Dub
Repo
UbyteContent
heaploop
networking
http
Undocumented in source.
class
UbyteContent :
HttpContent
{
this
(ubyte[] buffer);
void
writeTo
(void delegate(ubyte[] data) writer);
string
contentType
[@property getter];
}
Constructors
this
this
(ubyte[] buffer)
Undocumented in source.
Members
Functions
writeTo
void
writeTo
(void delegate(ubyte[] data) writer)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
contentType
string
contentType
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From HttpContent
writeTo
void
writeTo
(void delegate(ubyte[] data) writer)
Undocumented in source.
contentType
string
contentType
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
heaploop
networking
http
aliases
FormFields
classes
FormUrlEncodedContent
HttpClient
HttpClientConnection
HttpConnection
HttpConnectionBase
HttpContent
HttpContext
HttpIncomingMessage
HttpListener
HttpMessage
HttpRequest
HttpRequestMessage
HttpResponse
HttpResponseMessage
HttpServerConnection
NetworkCredential
UbyteContent
enums
HttpParserEventType
functions
encodeURLForm
inferPortForUriSchema
parseURLEncodedForm
structs
HttpParserEvent