Codebase list httping / upstream/2.5+git20181030.db0134a http.h
upstream/2.5+git20181030.db0134a

Tree @upstream/2.5+git20181030.db0134a (Download .tar.gz)

http.h @upstream/2.5+git20181030.db0134a

3bd5d0f
bc3680c
 
 
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);