Codebase list httping / debian/2.5-3.1 http.h
debian/2.5-3.1

Tree @debian/2.5-3.1 (Download .tar.gz)

http.h @debian/2.5-3.1raw · history · blame

1
2
3
4
/* Released under AGPL v3 with exception for the OpenSSL library. See license.txt */

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);