Skip to content

axum - v0.5.3

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 19 Apr 15:02
· 684 commits to main since this release
061e66c
  • added: Add AppendHeaders for appending headers to a response rather than overriding them (#927)
  • added: Add axum::extract::multipart::Field::chunk method for streaming a single chunk from
    the field (#901)
  • fixed: Fix trailing slash redirection with query parameters (#936)