<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Response
 (gb.web)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb.web+en">Up</a>&nbsp;
<a href="request/_get+en">Previous</a>&nbsp;
<a href="response/addheader+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Response
 (gb.web)</h1>
This class is used for generating the HTTP response.
<p>
This class mainly generate the response headers. The response contents is sent
to the standard output of the CGI script with the <a href="../../lang/print+en">PRINT</a> instruction.
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class is static.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a class="none" href="response/buffered+en">Buffered</a></b>&nbsp;&nbsp; <b><a class="none" href="response/contenttype+en">ContentType</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><a class="none" href="response/addheader+en">AddHeader</a></b>&nbsp;&nbsp; <b><a class="none" href="response/begin+en">Begin</a></b>&nbsp;&nbsp; <b><a class="none" href="response/end+en">End</a></b>&nbsp;&nbsp; <b><a class="none" href="response/redirect+en">Redirect</a></b>&nbsp;&nbsp; <b><a class="none" href="response/removecookie+en">RemoveCookie</a></b>&nbsp;&nbsp; <b><a class="none" href="response/sendfile+en">File</a></b>&nbsp;&nbsp; <b><a class="none" href="response/setcookie+en">SetCookie</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
</body>
</html>

