We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade7513 commit 7d24500Copy full SHA for 7d24500
libs/network/test/http_incremental_parser.cpp
@@ -33,8 +33,11 @@
33
*
34
* The basic interface that we're looking for is a means of providing:
35
* - a range of input
36
- * - a completion function once a certain state is reached
37
* - a means of resetting the parser's state
+ * - a means of initializing the parser to a given state
38
+ * - a parse_until function that takes a state as parameter and
39
+ * a range from which the parser will operate on, returns
40
+ * a tuple of a boost::logic::tribool and a resulting range
41
42
* One of the possible implementations can use the Boost.MSM library
43
* to create the state machine. The test however does not specify what
0 commit comments