Codebase list httping / 75f468e1-80c0-4997-8798-42d9c22ae043/main http.h
75f468e1-80c0-4997-8798-42d9c22ae043/main

Tree @75f468e1-80c0-4997-8798-42d9c22ae043/main (Download .tar.gz)

http.h @75f468e1-80c0-4997-8798-42d9c22ae043/main

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