archttp ~master (2022-05-11T13:27:02.700293)
Dub
Repo
HttpCodec
archttp
codec
HttpCodec
class
HttpCodec : Codec!(HttpRequest, HttpResponse) {
this
();
Decoder
!
HttpRequest
decoder
();
Encoder
!
HttpResponse
encoder
();
}
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
Source
See Implementation
archttp
codec
HttpCodec
classes
HttpCodec