1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Wt: Wt::Http Namespace Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespaceWt.html">Wt</a>::<a class="el" href="namespaceWt_1_1Http.html">Http</a>
</div>
</div>
<div class="contents">
<h1>Wt::Http Namespace Reference</h1>Namespace for objects directly related to HTTP.
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classWt_1_1Http_1_1Client.html">Client</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Collection of methods for dealing with a Wt application from a client perspective. <a href="classWt_1_1Http_1_1Client.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classWt_1_1Http_1_1UploadedFile.html">UploadedFile</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Details about a file uploaded with a (POST) request. <a href="classWt_1_1Http_1_1UploadedFile.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classWt_1_1Http_1_1Request.html">Request</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">An HTTP request. <a href="classWt_1_1Http_1_1Request.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classWt_1_1Http_1_1Response.html">Response</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">An HTTP response. <a href="classWt_1_1Http_1_1Response.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classWt_1_1Http_1_1ResponseContinuation.html">ResponseContinuation</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A response continuation object. <a href="classWt_1_1Http_1_1ResponseContinuation.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::vector< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceWt_1_1Http.html#e1470e15e15eab123a19e4204f624598">ParameterValues</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A list of parameter values. <a href="#e1470e15e15eab123a19e4204f624598"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string, <br>
<a class="el" href="namespaceWt_1_1Http.html#e1470e15e15eab123a19e4204f624598">ParameterValues</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceWt_1_1Http.html#3420f95c8bfecf3d46e65920c765345a">ParameterMap</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A parameter value map. <a href="#3420f95c8bfecf3d46e65920c765345a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< std::string, <br>
<a class="el" href="classWt_1_1Http_1_1UploadedFile.html">UploadedFile</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceWt_1_1Http.html#c64df8f505cd5cf04b74c86d061b1f53">UploadedFileMap</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A file parameter map. <a href="#c64df8f505cd5cf04b74c86d061b1f53"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Namespace for objects directly related to HTTP. <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="3420f95c8bfecf3d46e65920c765345a"></a><!-- doxytag: member="Wt::Http::ParameterMap" ref="3420f95c8bfecf3d46e65920c765345a" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, <a class="el" href="namespaceWt_1_1Http.html#e1470e15e15eab123a19e4204f624598">ParameterValues</a>> <a class="el" href="namespaceWt_1_1Http.html#3420f95c8bfecf3d46e65920c765345a">Wt::Http::ParameterMap</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A parameter value map.
<p>
This is the type used aggregate plain parameter values in a request.
</div>
</div><p>
<a class="anchor" name="e1470e15e15eab123a19e4204f624598"></a><!-- doxytag: member="Wt::Http::ParameterValues" ref="e1470e15e15eab123a19e4204f624598" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::vector<std::string> <a class="el" href="namespaceWt_1_1Http.html#e1470e15e15eab123a19e4204f624598">Wt::Http::ParameterValues</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A list of parameter values.
<p>
This is the type used to aggregate all values for a single parameter.
</div>
</div><p>
<a class="anchor" name="c64df8f505cd5cf04b74c86d061b1f53"></a><!-- doxytag: member="Wt::Http::UploadedFileMap" ref="c64df8f505cd5cf04b74c86d061b1f53" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef std::map<std::string, <a class="el" href="classWt_1_1Http_1_1UploadedFile.html">UploadedFile</a>> <a class="el" href="namespaceWt_1_1Http.html#c64df8f505cd5cf04b74c86d061b1f53">Wt::Http::UploadedFileMap</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A file parameter map.
<p>
This is the type used aggregate file parameter values in a request.
</div>
</div><p>
</div>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Mar 26 17:12:08 2010 for <a href="http://www.webtoolkit.eu/wt/">Wt</a> by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
</body>
</html>
|