|
httpc
|
#include "linkedlist.h"Go to the source code of this file.
Data Structures | |
| struct | response |
Macros | |
| #define | MAX_RESPONSE_BODY 4096 |
Typedefs | |
| typedef struct response | response |
Functions | |
| void | unparse_response (response *resp, char *headers, char *buffer) |
| transform a request struct into a valid html response using the buffer | |