hyper v0.7.0 Release Notes

Release Date: 2015-11-24 // over 8 years ago
  • 🔋 Features

    • all: add socket timeouts (fec6e3e8)
    • headers:
      • Add Content-Disposition header (7623ecc2, closes #561)
      • Add Access-Control-Allow-Credentials header (19348b89, closes #655)
      • re-export CookiePair and CookieJar (799698ca)

    💥 Breaking Changes

    • This adds 2 required methods to the NetworkStream trait, set_read_timeout and set_write_timeout. Any local implementations will need to add them.

    (fec6e3e8)

    • LanguageTags api is changed.

    (c747f99d)