cpp-httplib/test
Thomas Tissot 82fc7d5591 Request cancelation feature
This commit modifies the signature of the `Progress` callback
so that its return value will indicate whether the request shall
continue to be processed by returning `true`, or if it shall
be aborted by returning `false`. Such modification will allow
one to cancel an ongoing request before it has completed.

When migrating, developers should modify there `Progress`
callbacks to always return `true` by default in case there
do not want to benefit from the cancelation feature.

A few unit tests use cases were provided, but anyone should feel
free to provide additional uses cases that they find relevant.
2018-08-06 11:54:52 +02:00
..
gtest Added google test framework. 2012-09-26 21:35:49 -04:00
www/dir Fixed build errors and adjusted a test case. 2017-06-28 19:36:48 -04:00
image.jpg Add a file for test 2017-12-29 22:34:59 -05:00
Makefile Fix small issues in tests and added some extra checks. 2018-07-31 22:08:38 +02:00
test.cc Request cancelation feature 2018-08-06 11:54:52 +02:00
test.conf Fix small issues in tests and added some extra checks. 2018-07-31 22:08:38 +02:00
test.sln static file support. vc12 support. 2013-07-04 18:18:52 -04:00