|
C/C++ Reference
|
Standard HTTP header values. More...
#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. | |
| 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. | |
Standard HTTP header values.