wibble
1.1
|
#include <string>
#include <map>
#include <wibble/regexp.h>
#include <wibble/net/mime.h>
#include <iosfwd>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | wibble::net::http::error |
struct | wibble::net::http::error400 |
struct | wibble::net::http::error404 |
struct | wibble::net::http::Request |
struct | wibble::net::http::Param |
Base interface for GET or POST parameters. More... | |
struct | wibble::net::http::ParamSingle |
Single-valued parameter. More... | |
struct | wibble::net::http::ParamMulti |
Multi-valued parameter. More... | |
struct | wibble::net::http::FileParam |
File upload parameter. More... | |
struct | wibble::net::http::FileParam::FileInfo |
Infomation about one uploaded file. More... | |
struct | wibble::net::http::FileParamSingle |
Single file upload field. More... | |
struct | wibble::net::http::FileParamMulti |
Multiple file uploads with the same name. More... | |
struct | wibble::net::http::Params |
Parse and store HTTP query parameters. More... | |
Namespaces | |
wibble | |
wibble::net | |
wibble::net::http | |
Constant Groups | |
wibble | |
wibble::net | |
wibble::net::http | |