http-parser ~master (2018-01-04T17:32:47Z)
Home
Dub
Repo
HttpVersion
http
parser
core
Undocumented in source.
struct
HttpVersion {
this
(ushort major, ushort minor);
ushort
major
[@property getter];
ushort
minor
[@property getter];
string
toString
();
}
Constructors
this
this
(ushort major, ushort minor)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
major
ushort
major
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minor
ushort
minor
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
http
parser
core
aliases
HttpParserBodyChunkDelegate
HttpParserDelegate
HttpParserHeaderDelegate
HttpParserStringDelegate
classes
HttpParser
HttpParserException
enums
HttpBodyTransmissionMode
HttpParserType
properties
shouldRead
structs
HttpBodyChunk
HttpHeader
HttpVersion
Uri