Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http-connect: do not check connection on GET cb | Azat Khuzhin | 2020-01-12 | 1 | -3/+0 |
* | http-connect: set Host header (for CONNECT and GET) (like curl) | Azat Khuzhin | 2020-01-12 | 1 | -3/+5 |
* | http-connect: cleanup and helpers | Azat Khuzhin | 2020-01-12 | 1 | -35/+46 |
* | http-connect: exit on error | Azat Khuzhin | 2017-05-28 | 1 | -1/+5 |
* | sample/http-connect: fix compilation with VS2010 | Azat Khuzhin | 2016-12-06 | 1 | -4/+2 |
* | http-connect: make it win32 compilable | Azat Khuzhin | 2016-01-14 | 1 | -6/+16 |
* | sample/http-connect: don't use assert() to make it work with NDEBUG | Azat Khuzhin | 2015-08-18 | 1 | -11/+16 |
* | sample/http-connect: made it compatible with C90 | Azat Khuzhin | 2015-08-18 | 1 | -3/+5 |
* | sample: add HTTP CONNECT tunnelling example using libevent http layer | Azat Khuzhin | 2015-08-18 | 1 | -0/+102 |