Barracuda Application Server C/C++ Reference
NO
HttpStdHeaders Struct Reference

Detailed Description

Standard HTTP header values.

See also
HttpRequest::getHeaderValue

#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.