more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
HttpParser.HttpParser
more
httpparser
HttpParser
Undocumented in source.
template
HttpParser
(H)
struct
HttpParser {
union
__anonymous
;
mixin
H
.
HttpParserMixinTemplate
;
void
reset
();
bool
done
[@property getter];
void
parse
(H.DataType[] buffer);
}
Members
Functions
parse
void
parse
(H.DataType[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
H
.
HttpParserMixinTemplate
Undocumented in source.
Properties
done
bool
done
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Meta
Source
See Implementation
more
httpparser
HttpParser
aliases
OnReturnType
enums
SaveHeaderValueState
functions
genCallbackCode
manifest constants
HTTP_VERSION_AND_NEWLINE
structs
HttpParser