Barracuda Application Server C/C++ Reference
NO
|
Standard HTTP header values.
#include <HttpServer.h>
Public Member Functions | |
const char * | getConnection () |
Returns the connection type for HTTP 1.1 connections, returns "Close" or "Keep-Alive. | |
const char * | getHost () |
Returns the host header. More... | |
const char * | getDomain () |
Returns the host header without any port number. More... | |
const char * | getContentType () |
Returns the content type, for example: "application/x-www-form-urlencoded". | |
SBaFileSize | getContentLength () |
Returns the content length if request contains a body. | |