#include <lwip/httpd/httpd.h>
Public Attributes | |
int | vermajor |
int | verminor |
int | req_method |
int | req_length |
char | req_url [1024+1] |
char | req_query [1024+1] |
char | req_type [1024+1] |
char | req_cookie [1024+1] |
char | req_auth [1024+1] |
char | req_agent [1024+1] |
Information about the HTTP request.
HTTP Protocol major version number.
HTTP Protocol minor version number.
char tsHttpReq::req_url[1024+1] |
URI portion of the GET or POST request line
char tsHttpReq::req_query[1024+1] |
char tsHttpReq::req_type[1024+1] |
char tsHttpReq::req_cookie[1024+1] |
char tsHttpReq::req_auth[1024+1] |
char tsHttpReq::req_agent[1024+1] |
User agent (i.e. the type of browser being used).