yhirose / cpp-httplib

A C++ header-only HTTP/HTTPS server and client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cancel a Http Request

thanoue opened this issue · comments

On this library how can I cancel a running HTTP request?
Thanks.

@thanoue there is now way to cancel a HTTP request once it goes out except using 'content receiver' or 'content provider'. You can see more information in README.