Codebase list httping / bc3680c http.h
bc3680c

Tree @bc3680c (Download .tar.gz)

http.h @bc3680craw · 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);