Skip to content

0.2.0

Compare
Choose a tag to compare
@dvolodin7 dvolodin7 released this 14 Mar 12:55
· 26 commits to master since this release

Added

  • HttpClient.request() function for both sync and async clients.
  • HTTPS benchmarks.
  • Httpd: mode configuration parameter.
  • Httpd: HTTPS mode.

Changed

  • SyncRequest and AsyncRequest are merged into unified Request class.
  • Request.read() meethod is replaced with Request.content property.