|
shibboleth-3.1.0
|
CGI GET/POST parameter parsing. More...
#include <shibsp/util/CGIParser.h>
Public Types | |
| typedef std::multimap< std::string, char * >::const_iterator | walker |
| Alias for multimap iterator. More... | |
Public Member Functions | |
| CGIParser (const xmltooling::HTTPRequest &request, bool queryOnly=false) | |
| Constructor. More... | |
| std::pair< walker, walker > | getParameters (const char *name) const |
| Returns a pair of bounded iterators around the values of a parameter. More... | |
CGI GET/POST parameter parsing.
| typedef std::multimap<std::string,char*>::const_iterator shibsp::CGIParser::walker |
Alias for multimap iterator.
| shibsp::CGIParser::CGIParser | ( | const xmltooling::HTTPRequest & | request, |
| bool | queryOnly = false |
||
| ) |
Constructor.
| request | HTTP request interface |
| queryOnly | true iff the POST body should be ignored |
Returns a pair of bounded iterators around the values of a parameter.
| name | name of parameter, or nullptr to return all parameters |