Codebase list httping / e1dc65df-7c73-4830-8ed4-9f60ff1e4b6c/main http.h
e1dc65df-7c73-4830-8ed4-9f60ff1e4b6c/main

Tree @e1dc65df-7c73-4830-8ed4-9f60ff1e4b6c/main (Download .tar.gz)

http.h @e1dc65df-7c73-4830-8ed4-9f60ff1e4b6c/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);