⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 classphttprequest.html

📁 pwlib开发文档
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>PHTTPRequest class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center><hr><h1>PHTTPRequest Class Reference</h1><code>#include &lt;<a class="el" href="http_8h-source.html">http.h</a>&gt;</code><p><p>Inheritance diagram for PHTTPRequest:<p><center><img src="classPHTTPRequest.png" usemap="#PHTTPRequest_map" border="0" alt=""></center><map name="PHTTPRequest_map"><area href="classPObject.html" alt="PObject" shape="rect" coords="0,0,116,24"><area href="classPHTTPFileRequest.html" alt="PHTTPFileRequest" shape="rect" coords="0,112,116,136"><area href="classPHTTPDirRequest.html" alt="PHTTPDirRequest" shape="rect" coords="0,168,116,192"></map><a href="classPHTTPRequest-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Public Methods</h2></td></tr><tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#a0">PHTTPRequest</a> (const <a class="el" href="classPURL.html">PURL</a> &amp;<a class="el" href="classPHTTPRequest.html#m1">url</a>, const <a class="el" href="classPMIMEInfo.html">PMIMEInfo</a> &amp;<a class="el" href="classPHTTPRequest.html#m2">inMIME</a>, const PMultipartFormInfoArray &amp;<a class="el" href="classPHTTPRequest.html#m3">multipartFormInfo</a>, <a class="el" href="classPHTTPServer.html">PHTTPServer</a> &amp;<a class="el" href="classPHTTPRequest.html#m0">server</a>)</td></tr><tr><td colspan=2><br><h2>Public Attributes</h2></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPHTTPServer.html">PHTTPServer</a> &amp;&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m0">server</a></td></tr><tr><td nowrap align=right valign=top>const <a class="el" href="classPURL.html">PURL</a> &amp;&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m1">url</a></td></tr><tr><td nowrap align=right valign=top>const <a class="el" href="classPMIMEInfo.html">PMIMEInfo</a> &amp;&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m2">inMIME</a></td></tr><tr><td nowrap align=right valign=top>const PMultipartFormInfoArray &amp;&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m3">multipartFormInfo</a></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPHTTP.html#s43">PHTTP::StatusCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m4">code</a></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPMIMEInfo.html">PMIMEInfo</a>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m5">outMIME</a></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPString.html">PString</a>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m6">entityBody</a></td></tr><tr><td nowrap align=right valign=top>PINDEX&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m7">contentSize</a></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPIPSocket_1_1Address.html">PIPSocket::Address</a>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m8">origin</a></td></tr><tr><td nowrap align=right valign=top><a class="el" href="classPIPSocket_1_1Address.html">PIPSocket::Address</a>&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m9">localAddr</a></td></tr><tr><td nowrap align=right valign=top>WORD&nbsp;</td><td valign=bottom><a class="el" href="classPHTTPRequest.html#m10">localPort</a></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>This object describes a HyperText Transport Protocol request. An individual request is passed to handler functions on PHTTPResource# descendant classes. <p><hr><h2>Constructor &amp; Destructor Documentation</h2><a name="a0" doxytag="PHTTPRequest::PHTTPRequest"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> PHTTPRequest::PHTTPRequest </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="classPURL.html">PURL</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>url</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>const <a class="el" href="classPMIMEInfo.html">PMIMEInfo</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>inMIME</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap>const PMultipartFormInfoArray &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>multipartFormInfo</em>, </td>        </tr>        <tr>          <td></td>          <td></td>          <td class="md" nowrap><a class="el" href="classPHTTPServer.html">PHTTPServer</a> &amp;&nbsp;</td>          <td class="mdname" nowrap>&nbsp; <em>server</em></td>        </tr>        <tr>          <td></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"></td>        </tr>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><hr><h2>Member Data Documentation</h2><a name="m4" doxytag="PHTTPRequest::code"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPHTTP.html#s43">PHTTP::StatusCode</a> PHTTPRequest::code      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m7" doxytag="PHTTPRequest::contentSize"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> PINDEX PHTTPRequest::contentSize      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m6" doxytag="PHTTPRequest::entityBody"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPString.html">PString</a> PHTTPRequest::entityBody      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m2" doxytag="PHTTPRequest::inMIME"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classPMIMEInfo.html">PMIMEInfo</a>&amp; PHTTPRequest::inMIME      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m9" doxytag="PHTTPRequest::localAddr"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPIPSocket_1_1Address.html">PIPSocket::Address</a> PHTTPRequest::localAddr      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m10" doxytag="PHTTPRequest::localPort"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> WORD PHTTPRequest::localPort      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m3" doxytag="PHTTPRequest::multipartFormInfo"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const PMultipartFormInfoArray&amp; PHTTPRequest::multipartFormInfo      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m8" doxytag="PHTTPRequest::origin"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPIPSocket_1_1Address.html">PIPSocket::Address</a> PHTTPRequest::origin      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m5" doxytag="PHTTPRequest::outMIME"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPMIMEInfo.html">PMIMEInfo</a> PHTTPRequest::outMIME      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m0" doxytag="PHTTPRequest::server"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> <a class="el" href="classPHTTPServer.html">PHTTPServer</a>&amp; PHTTPRequest::server      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><a name="m1" doxytag="PHTTPRequest::url"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0">  <tr>    <td class="md">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> const <a class="el" href="classPURL.html">PURL</a>&amp; PHTTPRequest::url      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>    </td>  </tr></table><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="http_8h-source.html">http.h</a></ul><hr><address style="align: right;"><small>Generated on Wed Sep 29 22:44:17 2004 for PWLib by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -