Codebase list httping / dee4e69 http.h
dee4e69

Tree @dee4e69 (Download .tar.gz)

http.h @dee4e69raw · history · blame

1
2
3
4
5
/* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
/* $Revision$ */

int get_HTTP_headers(int socket_h, SSL *ssl_h, char **headers, int *overflow, double timeout);
int dumb_get_HTTP_headers(int socket_h, char **headers, double timeout);