Skip to content

actix-web-lab: v0.18.9

Compare
Choose a tag to compare
@robjtede robjtede released this 02 Jan 20:05
· 145 commits to main since this release
e4c2067
  • Add middleware::map_response() for mapping responses with an async function.
  • Add middleware::map_response_body() for mapping response bodies with an async function.
  • Add respond::{MessagePack,MessagePackNamed} responders.
  • Add respond::Cbor responder.