cargo hyper 0.3.15

latest releases: 0.14.17, 0.14.16, 0.14.15...
8 years ago

Bug Fixes

  • headers:
    • Do not parse empty values in list headers. (093a29ba)
    • Fix formatting of 0 qualites and formatting of empty list header fields. (621ef521)

Features

  • client:
    • remove Clone requirement for NetworkStream in Client (60d92c29)
    • accept &String as Body in RequestBuilder (a2aefd9a)
    • accept &String for a Url in RequestBuilder (8bc179fb)
  • headers: Implement Content-Language header field (308880b4, closes #475)
  • net: add https_using_context for user-supplied SslContext (1a076d1b)
  • server: allow consumer to supply an SslContext (3a1a2427, closes #471)

Breaking Changes

  • This removes the trait IntoBody, and instead using
    Into<Body>, as it's more idiomatic. This will only have broken code
    that had custom implementations of IntoBody, and can be fixed by
    changing them to Into<Body>.

    (a2aefd9a)

Don't miss a new hyper release

NewReleases is sending notifications on new releases.