Skip to content

v0.3.6

Latest
Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 27 Sep 14:18
· 11 commits to master since this release

Features

  • Add ability to pass None to multipart::form().max_length().
  • Implement Reply for Result<impl Reply, impl Reply>.
  • Make multipart::Part::content_type() return the full mime string.
  • Add TlsServer::try_bind_with_graceful_shutdown().

Fixes

  • Updated tungstenite and rustls dependencies for security fixes.

New Contributors