Ace.HTTP1.Parser (ace v0.19.0) View Source
Incrementally parse an HTTP/1.x request.
Link to this section Summary
Functions
Has the parser consumed and entire HTTP message?
Initial state for the incremental parser.
Run the parser aginst a some new input.
Link to this section Types
Specs
option() :: {:max_line_length, integer()}
Available options when initializing a new parser
Specs
state()
State tracking the progress of the Parser.
Link to this section Functions
Specs
Has the parser consumed and entire HTTP message?
Specs
Initial state for the incremental parser.
Specs
Run the parser aginst a some new input.
This parser returns a list of parts that are in the input and an updated state.