Skip to content

trillium-v0.2.8

Choose a tag to compare

@jbr jbr released this 29 Mar 22:25
· 795 commits to main since this release
7878b02

trillium v0.2.8 adds the following methods to Conn

  • Conn::response_headers
  • Conn::response_headers_mut
  • Conn::request_headers
  • Conn::request_headers_mut

The already-existing Conn::headers and Conn::headers_mut are unchanged, but will likely be deprecated at some point.