19#ifndef NETSURF_UTILS_HTTP_PRIMITIVES_H_
20#define NETSURF_UTILS_HTTP_PRIMITIVES_H_
22#include <libwapcaplet/libwapcaplet.h>
nserror
Enumeration of error codes.
nserror http__parse_token(const char **input, lwc_string **value)
Parse an HTTP token.
void http__skip_LWS(const char **input)
Skip past linear whitespace in input.
nserror http__parse_quoted_string(const char **input, lwc_string **value)
Parse an HTTP quoted-string.