summaryrefslogtreecommitdiff
path: root/sample/http-connect.c
Commit message (Expand)AuthorAgeFilesLines
* http-connect: do not check connection on GET cbAzat Khuzhin2020-01-121-3/+0
* http-connect: set Host header (for CONNECT and GET) (like curl)Azat Khuzhin2020-01-121-3/+5
* http-connect: cleanup and helpersAzat Khuzhin2020-01-121-35/+46
* http-connect: exit on errorAzat Khuzhin2017-05-281-1/+5
* sample/http-connect: fix compilation with VS2010Azat Khuzhin2016-12-061-4/+2
* http-connect: make it win32 compilableAzat Khuzhin2016-01-141-6/+16
* sample/http-connect: don't use assert() to make it work with NDEBUGAzat Khuzhin2015-08-181-11/+16
* sample/http-connect: made it compatible with C90Azat Khuzhin2015-08-181-3/+5
* sample: add HTTP CONNECT tunnelling example using libevent http layerAzat Khuzhin2015-08-181-0/+102