HttpCodec

class HttpCodec : Codec!(HttpRequest, HttpResponse) {}

Constructors

this
this()
Undocumented in source.

Members

Functions

decoder
Decoder!HttpRequest decoder()
Undocumented in source. Be warned that the author may not have intended to support it.
encoder
Encoder!HttpResponse encoder()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta