#include <HTTP.h>
Public Member Functions | |
| HTTP () | |
| ~HTTP () | |
| bool | Parse (char *httpReq, char *method, char *uri, char *httpVer) |
| int | Status (char *dest, HTTPStatus st) |
| int | HeaderField (char *dest, HTTPHeader hdr, char *value) |
Private Attributes | |
| char | buffer [BUFSIZE] |
Static Private Attributes | |
| const int | MAX_HEADER_SIZE = 2048 |
| const int | BUFSIZE = MAX_HEADER_SIZE + 3 |
|
|
|
|
|
|
|
||||||||||||||||
|
Definition at line 95 of file HTTP.cc. References _http_header, buffer, memcpy(), and http_code::str. Referenced by W3AIBO::HTTPResponse(). |
|
||||||||||||||||||||
|
Definition at line 46 of file HTTP.cc. References memcpy(). Referenced by W3AIBO::ProcessHTTPRequest(). |
|
||||||||||||
|
Definition at line 83 of file HTTP.cc. References _http_status, buffer, memcpy(), http_code::num, and http_code::str. Referenced by W3AIBO::HTTPResponse(). |
|
|
Definition at line 55 of file HTTP.h. Referenced by HeaderField(), and Status(). |
|
|
|
|
|
|
1.3.9.1