|
server 0.0.1
basicserverinfrastructure
|
#include <response.h>

Public Attributes | |
| char * | http_version |
| char * | status |
| char * | reson |
| HttpHeader | header [128] |
| int | nheader |
| char * | body |
| int | nbody |
Definition at line 6 of file response.h.
| char* HttpResponse::body |
Definition at line 33 of file response.h.
Definition at line 30 of file response.h.
Definition at line 26 of file response.h.
Definition at line 34 of file response.h.
Definition at line 31 of file response.h.
| char* HttpResponse::reson |
Definition at line 28 of file response.h.
| char* HttpResponse::status |
Definition at line 27 of file response.h.