friendev EtherDune TCP/IP library
|
HTTPServer class configuration section. More...
Macros | |
#define | HTTP_SERVER_HEADER_NAME_MAX_LENGTH 20 |
max buffer to hold a header name, e.g. More... | |
#define | HTTP_SERVER_HEADER_VALUE_MAX_LENGTH 20 |
max buffer to hold a header value, e.g. More... | |
#define | HTTP_SERVER_QUERY_STRING_MAX_LENGTH 41 |
max buffer to hold the entire query string, e.g. More... | |
HTTPServer class configuration section.
Defines buffer space dedicated to temporarily hold queryString and one header name/value pair while the request is being received. The buffer space for header name/value is shared with queryString, therefore it is recommended that the sum of both HTTP_SERVER_HEADER_NAME_MAX_LENGTH and HTTP_SERVER_HEADER_VALUE_MAX_LENGTH + 1 equals HTTP_SERVER_QUERY_STRING_MAX_LENGTH
#define HTTP_SERVER_HEADER_NAME_MAX_LENGTH 20 |
#define HTTP_SERVER_HEADER_VALUE_MAX_LENGTH 20 |