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)
 

Detailed Description

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


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