httphead
struct httphead *
http_head_get(const char *v, struct httphead *h, size_t hsz)
http_head_status(const struct http *http, struct httphead *h, size_t sz)
struct httphead *st;
struct httphead *
struct httphead *h;
struct httphead *head; /* parsed headers */
h = calloc(hsz, sizeof(struct httphead));
struct httphead *head;
struct httphead *head; /* headers */
struct httphead *http_head_parse(const struct http *,
struct httphead *, size_t);
struct httphead *http_head_get(const char *,
struct httphead *, size_t);
struct httphead *st;
struct httphead *h;
struct httphead *
http_head_get(const char *v, struct httphead *h, size_t hsz)
http_head_status(const struct http *http, struct httphead *h, size_t sz)
struct httphead *st;
struct httphead *head; /* parsed headers */
struct httphead *
struct httphead *h;
h = calloc(hsz, sizeof(struct httphead));
struct httphead *head;
struct httphead *httph;
struct httphead *head; /* headers */
struct httphead *http_head_parse(const struct http *,
struct httphead *, size_t);
struct httphead *http_head_get(const char *,
struct httphead *, size_t);