Classes |
|
BinaryBodyWriter
|
|
|
|
BinaryEntityWriter
|
|
|
|
ClientSocketResponseWriter
|
Writes HTTP data received from socket into a response and
a message body object (byte bucket)
|
|
|
ConnectRequestFilter
|
|
|
|
DefaultRequestFilter
|
Writes data from a request into another data structure,
as passed into the Write() methods.
|
|
|
FormDataBodyWriter
|
|
|
|
FormDataEntityWriter
|
Converts bytes/characters into a IStringStringMap
|
|
|
HtmlBodyWriter
|
|
|
|
JsonBodyWriter
|
Writes JSON as a series of bytes/chars
|
|
|
JsonEntityWriter
|
|
|
|
MessageWriter
|
Writes content into an object, like
a JsonObject or String or Memptr or ByteBucket
|
|
|
MessageWriterErrorEventArgs
|
Event args for the static WriteError event raised by a message writer
|
|
|
MultipartBodyWriter
|
|
|
|
MultipartEntityWriter
|
Creates a MultiPartEntity per http://tools.ietf.org/html/rfc2046
|
|
|
MultipartFormBodyWriter
|
Writes a Map as a multipart/form-data body
|
|
|
MultipartFormEntityWriter
|
Creates a MultipartEntity per http://tools.ietf.org/html/rfc2046 for multipart/form-data messages
|
|
|
MultipartFormSimpleEntityWriter
|
Creates a MultipartEntity per http://tools.ietf.org/html/rfc2046 for multipart/form-data messages
|
|
|
RawMessage
|
Holder for raw (byte) message data
|
|
|
StringBodyWriter
|
|
|
|
StringEntityWriter
|
|
|
|
XmlBodyWriter
|
|
|
|
XmlEntityWriter
|
|