forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 424
0.11 Roadmap
Dean Michael Berris edited this page Aug 5, 2013
·
6 revisions
- Streaming POST/PUT request bodies
- Support noexcept versions of client API
- Fix up MIME integration
- No C++11 APIs
- More configuration options for client
- HTTP server request pipelining
- Deprecate synchronous HTTP client implementation
- Deprecate header-only usage (#129)
- Add a
header
accessor on messages (#44) - Support HTTP request pipelining (#29)
- Support stream-based body in client requests (#27)
- Retry on failure or timeout (#1)
- HTTP Client
- Support streaming POST/PUT request bodies (using generator functions)
- Add noexcept overloads to client requests