C/C++ Reference
HttpStdHeaders Struct Reference

Standard HTTP header values. More...

#include <HttpServer.h>

Collaboration diagram for HttpStdHeaders:

List of all members.

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.
const char * getDomain ()
 Returns the host header without any port number.
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.

Detailed Description

Standard HTTP header values.

See also:
HttpRequest::getHeaderValue