more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
HttpParser
more
httpparser
Undocumented in source.
template
HttpParser (
H
) {
enum
SaveHeaderValueState
;
alias
OnReturnType
=
Flag
!
"stop"
;
static if
(
H.SupportCallbackStop
)
string
genCallbackCode
(string call);
alias
OnReturnType
=
void
;
static if
(!(
H.SupportCallbackStop
))
string
genCallbackCode
(string call);
struct
HttpParser
;
enum
HTTP_VERSION_AND_NEWLINE
;
}
Members
Aliases
OnReturnType
alias
OnReturnType
=
Flag
!
"stop"
Undocumented in source.
OnReturnType
alias
OnReturnType
=
void
Undocumented in source.
Enums
SaveHeaderValueState
enum
SaveHeaderValueState
Undocumented in source.
Functions
genCallbackCode
string
genCallbackCode
(string call)
Undocumented in source. Be warned that the author may not have intended to support it.
genCallbackCode
string
genCallbackCode
(string call)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
HTTP_VERSION_AND_NEWLINE
enum
HTTP_VERSION_AND_NEWLINE
;
Undocumented in source.
Structs
HttpParser
struct
HttpParser
Undocumented in source.
Meta
Source
See Implementation
more
httpparser
enums
CharacterFlags
HttpBadRequestReason
NextHttpCallback
functions
lookupCharacterFlags
validTokenChar
static variables
characterFlagTable
structs
ExpectedData
Header
templates
HttpParser