wibble 1.1
|
Base interface for GET or POST parameters. More...
#include <http.h>
Public Member Functions | |
virtual | ~Param () |
virtual void | parse (const std::string &str)=0 |
Parse the value of this parameter from the given unescaped string value. | |
Base interface for GET or POST parameters.
|
virtual |
Parse the value of this parameter from the given unescaped string value.
This can be called more than once, if the value is found multiple times. It can also never be called, if the value is never found.
Implemented in wibble::net::http::ParamSingle, and wibble::net::http::ParamMulti.