Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@PiotrSikora PiotrSikora released this 04 Jun 23:46
· 1 commit to main since this release
2218c34

Changed

  • An empty value (Some("") or Some([])) is now returned when retrieving
    value of a HTTP header or trailer with an empty value. This is consistent
    with the representation when retrieving a full HTTP header or trailer map.
    Previously, a "no value" (None) was being returned, which made an empty
    value indistinguishable from a non-existent HTTP header or trailer.
    Thanks @prembhaskal!

Added

  • Added support for foreign function callbacks.
    Thanks @casimiro!

  • Added convenience functions to remove headers and trailers.
    Thanks @itsLucario!

  • Added convenience function to remove shared data.