10 enum http_client_event {
14 HTTP_CLIENT_INVALID_REPLY,
17 char * http_client_url_parse(
const char *url,
struct sockaddr_in *dst,
19 struct http_client * http_client_addr(
struct sockaddr_in *dst,
20 struct wpabuf *req,
size_t max_response,
23 enum http_client_event event),
25 struct http_client * http_client_url(
const char *url,
26 struct wpabuf *req,
size_t max_response,
29 enum http_client_event event),
33 char * http_client_get_hdr_line(
struct http_client *c,
const char *tag);
34 char * http_link_update(
char *url,
const char *base);
Definition: http_client.c:17