Iterates raw application/x-www-form-urlencoded name/value pairs without decoding. More...
#include <HttpURLParser.h>
Public Member Functions | |
| HttpFormUrlEncodedIterator (StringSpan body) | |
| bool | next (HttpURLQueryItem &item) |
Static Public Member Functions | |
| static bool | getValue (StringSpan body, StringSpan name, StringSpan &value) |
| Finds first raw form value matching name in an application/x-www-form-urlencoded body. | |
Iterates raw application/x-www-form-urlencoded name/value pairs without decoding.
|
static |
Finds first raw form value matching name in an application/x-www-form-urlencoded body.