#include <shibsp/util/CGIParser.h>
Collaboration diagram for shibsp::CGIParser:
Public Types | |
typedef std::multimap< std::string, char * >::const_iterator | walker |
Alias for multimap iterator. | |
Public Member Functions | |
CGIParser (const xmltooling::HTTPRequest &request) | |
Constructor. | |
std::pair< walker, walker > | getParameters (const char *name) const |
Returns a pair of bounded iterators around the values of a parameter. |
shibsp::CGIParser::CGIParser | ( | const xmltooling::HTTPRequest & | request | ) |
Constructor.
request | HTTP request interface |
Returns a pair of bounded iterators around the values of a parameter.
name | name of parameter, or NULL to return all parameters |