19#ifndef NETSURF_UTILS_HTTP_WWW_AUTHENTICATE_H_
20#define NETSURF_UTILS_HTTP_WWW_AUTHENTICATE_H_
22#include <libwapcaplet/libwapcaplet.h>
nserror
Enumeration of error codes.
Representation of an HTTP challenge.
http_challenge * challenges
struct http_www_authenticate http_www_authenticate
nserror http_parse_www_authenticate(const char *header_value, http_www_authenticate **result)
Parse an HTTP WWW-Authenticate header value.
void http_www_authenticate_destroy(http_www_authenticate *victim)
Destroy a www authenticate object.