HTTP parsing and building library.
More...
#include "libhttp.h"
#include "sclist.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Go to the source code of this file.
HTTP parsing and building library.
- Author
- François Cerbelle (Fanfan), franc.nosp@m.ois@.nosp@m.cerbe.nosp@m.lle..nosp@m.net
Definition in file libhttp.c.
◆ HTTP_t
◆ HTTPHeaders_t
◆ HTTP_addheader()
void HTTP_addheader |
( |
HTTP_t * |
http, |
|
|
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
◆ HTTP_del()
void HTTP_del |
( |
HTTP_t * |
http | ) |
|
◆ HTTP_getbody()
char * HTTP_getbody |
( |
HTTP_t * |
http | ) |
|
◆ HTTP_getheaders()
char * HTTP_getheaders |
( |
const HTTP_t * |
http | ) |
|
◆ HTTP_getrequest()
◆ HTTP_new()
◆ HTTP_setbody()
void HTTP_setbody |
( |
HTTP_t * |
http, |
|
|
const char * |
body |
|
) |
| |