HTTPFutureClassSocket-based HTTP future, for making HTTP requests using future semantics.
This is an alternative to @{class:CURLFuture} which has better resolution
behavior (select()-based wait instead of busy wait) but fewer features. You
should prefer this class to @{class:CURLFuture} unless you need its advanced
features (like HTTP/1.1, chunked transfer encoding, gzip, etc.).HTTPFutureClassSocket-based HTTP future, for making HTTP requests using future semantics.
This is an alternative to @{class:CURLFuture} which has better resolution
behavior (select()-based wait instead of busy wait) but fewer features. You
should prefer this class to @{class:CURLFuture} unless you need its advanced
features (like HTTP/1.1, chunked transfer encoding, gzip, etc.).