Codebase list httping / a836239f-a6ff-45f0-ba82-6fd53b7771b0/main http.h
a836239f-a6ff-45f0-ba82-6fd53b7771b0/main

Tree @a836239f-a6ff-45f0-ba82-6fd53b7771b0/main (Download .tar.gz)

http.h @a836239f-a6ff-45f0-ba82-6fd53b7771b0/mainraw · 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);