summaryrefslogtreecommitdiff
path: root/tests/httpclient.c
Commit message (Expand)AuthorAge
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* Disable httpclient tests -- proxy caches are making this fail.Garrett D'Amore2020-01-02
* Insert a cache control header to attempt to prevent caching.Garrett D'Amore2019-12-30
* fixes #940 httpclient Timeout can succeed in cloudGarrett D'Amore2019-12-26
* change www.example.com SHA1 hash (document was updated 2019-10-17)Matthew Zipay2019-11-04
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #682 Support for Chunked Transfer CodingGarrett D'Amore2018-11-02
* fixes #681 HTTP convenience GET method desired...Garrett D'Amore2018-08-30
* fixes #486 Revisit SOVERSION and VERSIONGarrett D'Amore2018-05-25
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #379 httpbin.org no longer accepts clear HTTPGarrett D'Amore2018-04-28
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* fixes #174 Define public HTTP client APIGarrett D'Amore2018-02-01
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #191 Several HTTP problems foundGarrett D'Amore2018-01-02
* Fix compilation warnings, bugs, and crashes found on Windows.Garrett D'Amore2017-12-28
* fixes #2 Websocket transportGarrett D'Amore2017-12-26