github actix/actix-web http-v3.0.0-beta.16
actix-http: v3.0.0-beta.16

latest releases: awc-v3.5.1, web-v4.9.0, http-v3.9.0...
pre-release2 years ago

Added

  • New method on MessageBody trait, try_into_bytes, with default implementation, for optimizations on body types that complete in exactly one poll. Replaces is_complete_body and take_complete_body. #2522

Changed

  • Rename trait IntoHeaderPair => TryIntoHeaderPair. #2510
  • Rename TryIntoHeaderPair::{try_into_header_pair => try_into_pair}. #2510
  • Rename trait IntoHeaderValue => TryIntoHeaderValue. #2510

Removed

  • MessageBody::{is_complete_body,take_complete_body}. #2522

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.