Wt::Http Namespace Reference

Namespace for objects directly related to HTTP. More...


Classes

class  Client
 Collection of methods for dealing with a Wt application from a client perspective. More...
class  UploadedFile
 Details about a file uploaded with a (POST) request. More...
class  Request
 An HTTP request. More...
class  Response
 An HTTP response. More...
class  ResponseContinuation
 A response continuation object. More...

Typedefs

typedef std::vector< std::string > ParameterValues
 A list of parameter values.
typedef std::map< std::string,
ParameterValues
ParameterMap
 A parameter value map.
typedef std::map< std::string,
UploadedFile
UploadedFileMap
 A file parameter map.


Detailed Description

Namespace for objects directly related to HTTP.

Typedef Documentation

typedef std::map<std::string, ParameterValues> Wt::Http::ParameterMap

A parameter value map.

This is the type used aggregate plain parameter values in a request.

typedef std::vector<std::string> Wt::Http::ParameterValues

A list of parameter values.

This is the type used to aggregate all values for a single parameter.

typedef std::map<std::string, UploadedFile> Wt::Http::UploadedFileMap

A file parameter map.

This is the type used aggregate file parameter values in a request.


Generated on Tue Nov 3 15:34:35 2009 for Wt by doxygen 1.5.6