http-parser ~master (2018-01-04T17:32:47Z)
Home
Dub
Repo
HttpParserException
http
parser
core
Undocumented in source.
class
HttpParserException : Exception {
this
(string message, string name, string filename, size_t line, Throwable next);
string
name
[@property getter];
string
name
[@property setter];
}
Constructors
this
this
(string message, string name, string filename, size_t line, Throwable next)
Undocumented in source.
Members
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
[@property setter]
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