Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 82bf76c75b44c3e54c5dc9d8c4b11ab5 > files > 76

cgicc-3.2.8-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   "http://www.w3.org/TR/REC-html40/loose.dtd">

<html lang="en" dir="LTR">

<head>
  <!-- $Id: header.html,v 1.5 2004/06/12 01:58:25 sbooth Exp $ -->
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <title>cgicc: HTTPResponseHeader.h Source File</title>
  <link rev="made" href="mailto:bug-cgicc@gnu.org" />
  <link href="doxygen.css" rel="stylesheet" type="text/css" />
  <link href="cgicc-doc.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&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>HTTPResponseHeader.h</h1><a href="HTTPResponseHeader_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*-mode:c++; c-file-style: "gnu";-*- */</span>
<a name="l00002"></a>00002 <span class="comment">/*</span>
<a name="l00003"></a>00003 <span class="comment"> *  $Id: HTTPResponseHeader.h,v 1.9 2007/07/02 18:48:19 sebdiaz Exp $</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> *  Copyright (C) 1996 - 2004 Stephen F. Booth &lt;sbooth@gnu.org&gt;</span>
<a name="l00006"></a>00006 <span class="comment"> *                       2007 Sebastien DIAZ &lt;sebastien.diaz@gmail.com&gt;</span>
<a name="l00007"></a>00007 <span class="comment"> *  Part of the GNU cgicc library, http://www.gnu.org/software/cgicc</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> *  This library is free software; you can redistribute it and/or</span>
<a name="l00010"></a>00010 <span class="comment"> *  modify it under the terms of the GNU Lesser General Public</span>
<a name="l00011"></a>00011 <span class="comment"> *  License as published by the Free Software Foundation; either</span>
<a name="l00012"></a>00012 <span class="comment"> *  version 3 of the License, or (at your option) any later version.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> *  This library is distributed in the hope that it will be useful,</span>
<a name="l00015"></a>00015 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00016"></a>00016 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00017"></a>00017 <span class="comment"> *  Lesser General Public License for more details.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> *  You should have received a copy of the GNU Lesser General Public</span>
<a name="l00020"></a>00020 <span class="comment"> *  License along with this library; if not, write to the Free Software</span>
<a name="l00021"></a>00021 <span class="comment"> *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA </span>
<a name="l00022"></a>00022 <span class="comment"> */</span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef _HTTPRESPONSEHEADER_H_</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define _HTTPRESPONSEHEADER_H_ 1</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#ifdef __GNUG__</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#  pragma interface</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="MStreamable_8h.html" title="Abstract base class for all streamable objects.">cgicc/MStreamable.h</a>"</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="HTTPCookie_8h.html" title="An HTTP Cookie.">cgicc/HTTPCookie.h</a>"</span>
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="keyword">namespace </span>cgicc {
<a name="l00045"></a>00045 
<a name="l00046"></a>00046   <span class="comment">// ============================================================</span>
<a name="l00047"></a>00047   <span class="comment">// Class HTTPResponseHeader</span>
<a name="l00048"></a>00048   <span class="comment">// ============================================================</span>
<a name="l00073"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html">00073</a> <span class="comment"></span>  <span class="keyword">class </span>CGICC_API <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a> : <span class="keyword">public</span> <a class="code" href="classcgicc_1_1MStreamable.html" title="Mix-in streamable interface.">MStreamable</a>
<a name="l00074"></a>00074   {
<a name="l00075"></a>00075   <span class="keyword">public</span>:
<a name="l00076"></a>00076     
<a name="l00079"></a>00079     
<a name="l00086"></a>00086     <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>(<span class="keyword">const</span> std::string&amp; http_version,
<a name="l00087"></a>00087                        <span class="keywordtype">int</span> status_code,
<a name="l00088"></a>00088                        <span class="keyword">const</span> std::string&amp; reason_phrase);
<a name="l00089"></a>00089     
<a name="l00094"></a>00094     <span class="keyword">virtual</span> ~<a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>();
<a name="l00096"></a>00096     
<a name="l00097"></a>00097     <span class="comment">// ============================================================</span>
<a name="l00098"></a>00098     
<a name="l00101"></a>00101     
<a name="l00108"></a>00108     <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00109"></a>00109     addHeader(<span class="keyword">const</span> std::string&amp; header);
<a name="l00110"></a>00110     
<a name="l00118"></a>00118     <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00119"></a>00119     addHeader(<span class="keyword">const</span> std::string&amp; name,
<a name="l00120"></a>00120               <span class="keyword">const</span> std::string&amp; value);
<a name="l00121"></a>00121     
<a name="l00127"></a>00127     <span class="keyword">inline</span> <span class="keyword">const</span> std::vector&lt;std::string&gt;&amp;
<a name="l00128"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#835127bb16e1aa109a27d12dffa98103">00128</a>     getHeaders()<span class="keyword">                                        const</span>
<a name="l00129"></a>00129 <span class="keyword">    </span>{ <span class="keywordflow">return</span> fHeaders; }
<a name="l00131"></a>00131     
<a name="l00134"></a>00134     
<a name="l00139"></a>00139     <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00140"></a>00140     setCookie(<span class="keyword">const</span> <a class="code" href="classcgicc_1_1HTTPCookie.html" title="An HTTP cookie.">HTTPCookie</a>&amp; cookie);
<a name="l00141"></a>00141     
<a name="l00146"></a>00146     <span class="keyword">inline</span> <span class="keyword">const</span> std::vector&lt;HTTPCookie&gt;&amp;
<a name="l00147"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#1144f1ff863f78969a560e28ff5fa6a8">00147</a>     getCookies()<span class="keyword">                                        const</span>
<a name="l00148"></a>00148 <span class="keyword">    </span>{ <span class="keywordflow">return</span> fCookies; }
<a name="l00150"></a>00150     
<a name="l00151"></a>00151     <span class="comment">// ============================================================</span>
<a name="l00152"></a>00152     
<a name="l00157"></a>00157     
<a name="l00164"></a>00164     <span class="keyword">inline</span> <span class="keyword">const</span> std::string&amp;
<a name="l00165"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#724aff794fea3053dc47777dc3480f4c">00165</a>     getHTTPVersion()<span class="keyword">                            const</span>
<a name="l00166"></a>00166 <span class="keyword">    </span>{ <span class="keywordflow">return</span> fHTTPVersion; }
<a name="l00167"></a>00167     
<a name="l00174"></a>00174     <span class="keyword">inline</span> <span class="keywordtype">int</span>
<a name="l00175"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#d52e1ccffce670689a741e230120473d">00175</a>     getStatusCode()<span class="keyword">                             const</span>
<a name="l00176"></a>00176 <span class="keyword">    </span>{ <span class="keywordflow">return</span> fStatusCode; }
<a name="l00177"></a>00177     
<a name="l00184"></a>00184     <span class="keyword">inline</span> std::string
<a name="l00185"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#7ff84c5f7ca7d2cd17736cd19019535e">00185</a>     getReasonPhrase()<span class="keyword">                           const</span>
<a name="l00186"></a>00186 <span class="keyword">    </span>{ <span class="keywordflow">return</span> fReasonPhrase; }
<a name="l00188"></a>00188     
<a name="l00189"></a>00189     <span class="comment">// ============================================================</span>
<a name="l00190"></a>00190     
<a name="l00195"></a>00195     
<a name="l00203"></a>00203     <span class="keyword">inline</span> <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00204"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#a7485d03a97f44b630f8e5863fd46cdc">00204</a>     getHTTPVersion(<span class="keyword">const</span> std::string&amp; http_version)
<a name="l00205"></a>00205     { fHTTPVersion = http_version; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00206"></a>00206     
<a name="l00214"></a>00214     <span class="keyword">inline</span> <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00215"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#447d42d435ca90775f907ab8a293f868">00215</a>     getStatusCode(<span class="keywordtype">int</span> status_code)
<a name="l00216"></a>00216     { fStatusCode = status_code; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00217"></a>00217     
<a name="l00225"></a>00225     <span class="keyword">inline</span> <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>&amp;
<a name="l00226"></a><a class="code" href="classcgicc_1_1HTTPResponseHeader.html#23c087df3780aa9d623e0697be57cc4d">00226</a>     getReasonPhrase(<span class="keyword">const</span> std::string&amp; reason_phrase)
<a name="l00227"></a>00227     { fReasonPhrase = reason_phrase; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00229"></a>00229     
<a name="l00230"></a>00230     <span class="comment">// ============================================================</span>
<a name="l00231"></a>00231     
<a name="l00234"></a>00234     <span class="keyword">virtual</span> <span class="keywordtype">void</span> 
<a name="l00235"></a>00235     render(std::ostream&amp; out)                   <span class="keyword">const</span>;
<a name="l00237"></a>00237     
<a name="l00238"></a>00238   <span class="keyword">private</span>:
<a name="l00239"></a>00239     <a class="code" href="classcgicc_1_1HTTPResponseHeader.html" title="Generic HTTP response header.">HTTPResponseHeader</a>();
<a name="l00240"></a>00240 
<a name="l00241"></a>00241     std::string                 fHTTPVersion;
<a name="l00242"></a>00242     <span class="keywordtype">int</span>                         fStatusCode;
<a name="l00243"></a>00243     std::string                 fReasonPhrase;
<a name="l00244"></a>00244     std::vector&lt;std::string&gt;    fHeaders;
<a name="l00245"></a>00245     std::vector&lt;HTTPCookie&gt;     fCookies;
<a name="l00246"></a>00246   };
<a name="l00247"></a>00247   
<a name="l00248"></a>00248 } <span class="comment">// namespace cgicc</span>
<a name="l00249"></a>00249 
<a name="l00250"></a>00250 <span class="preprocessor">#endif </span><span class="comment">/* ! _HTTPRESPONSEHEADER_H_ */</span>
</pre></div></div>
<!-- $Id: footer.html,v 1.7 2004/06/12 01:58:25 sbooth Exp $ -->

<hr>

<address><small>
<a href="http://www.cgicc.org">GNU cgicc</a> - A C++ class library for
writing CGI applications<br />
Copyright &copy; 1996 - 2004 
<a href="mailto:sboothATgnuDOTorg">Stephen F. Booth</a><br />
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front Cover Texts, and with no Back-Cover
Texts.<br />
Documentation generated Sun Jan 18 14:34:09 2009 for cgicc by
<a HREF="http://www.doxygen.org/index.html">doxygen</a> 1.5.6
</small></address>

</body>

</html>