Skip to content
Dean Michael Berris edited this page Nov 28, 2013 · 6 revisions

Overall Targets

  • Streaming POST/PUT request bodies - DONE
  • Support noexcept versions of client API
  • Fix up MIME integration
  • No C++11 APIs - ACKNOWLEDGED
  • More configuration options for client
  • HTTP server request pipelining
  • Deprecate synchronous HTTP client implementation - DONE

Prioritized bugs

  • 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) POSTPONED
  • Deprecate synchronous HTTP Client API (#279)

API Changes

  • HTTP Client
    • Support streaming POST/PUT request bodies (using generator functions) DONE
    • Add noexcept overloads to client requests