Home
last modified time | relevance | path

Searched refs:Http_destination (Results 1 – 4 of 4) sorted by relevance

/dports/www/httptunnel/httptunnel-3.3/
H A Dhttp.h56 } Http_destination; typedef
58 extern ssize_t http_get (int fd, Http_destination *dest);
59 extern ssize_t http_put (int fd, Http_destination *dest,
61 extern ssize_t http_post (int fd, Http_destination *dest,
H A Dhttp.c18 http_method (int fd, Http_destination *dest, in http_method()
71 http_get (int fd, Http_destination *dest) in http_get()
77 http_put (int fd, Http_destination *dest, size_t length) in http_put()
83 http_post (int fd, Http_destination *dest, size_t length) in http_post()
H A Dtunnel.c77 Http_destination dest;
H A DChangeLog347 * http.h (Http_destination): new proxy_authorization variable.
726 * tunnel.c: changed Tunnel to use Http_destination and modified