19#ifndef NETSURF_UTILS_HTTP_PARAMETER_H_
20#define NETSURF_UTILS_HTTP_PARAMETER_H_
22#include <libwapcaplet/libwapcaplet.h>
nserror
Enumeration of error codes.
void http_parameter_list_destroy(http_parameter *list)
Destroy a list of HTTP parameters.
const http_parameter * http_parameter_list_iterate(const http_parameter *cur, lwc_string **name, lwc_string **value)
Iterate over a parameter list.
nserror http_parameter_list_find_item(const http_parameter *list, lwc_string *name, lwc_string **value)
Find a named item in an HTTP parameter list.
Representation of an HTTP parameter.
lwc_string * name
Parameter name.
lwc_string * value
Parameter value.