wibble 1.1
|
Single-valued parameter. More...
#include <http.h>
Public Member Functions | |
virtual void | parse (const std::string &str) |
Parse the value of this parameter from the given unescaped string value. | |
![]() | |
virtual | ~Param () |
Single-valued parameter.
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.
Implements wibble::net::http::Param.