Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpFormUrlEncodedIterator Struct Reference

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.
 

Detailed Description

Iterates raw application/x-www-form-urlencoded name/value pairs without decoding.

Member Function Documentation

◆ getValue()

static bool SC::HttpFormUrlEncodedIterator::getValue ( StringSpan body,
StringSpan name,
StringSpan & value )
static

Finds first raw form value matching name in an application/x-www-form-urlencoded body.


The documentation for this struct was generated from the following file: