http-types/src/conditional
Erik Funder Carstensen 0937e60091 Change signature of insertion/appending of headers
Currently the insert and append functions on Headers panics on illegal
header value encoding. This commit exposes that failure mode to the
library users by wrapping the return in a result instead.

This change exposes a possible optimization in places where insert/append
is called with values known to be safe by creating unsafe
insertion/appending functions. This commit does not implement any such
extensions.
2021-11-03 16:37:10 +01:00
..
etag.rs Change signature of insertion/appending of headers 2021-11-03 16:37:10 +01:00
if_match.rs Fix clippy warnings 2021-11-02 23:56:55 +01:00
if_modified_since.rs Change signature of insertion/appending of headers 2021-11-03 16:37:10 +01:00
if_none_match.rs Fix clippy warnings 2021-11-02 23:56:55 +01:00
if_unmodified_since.rs Change signature of insertion/appending of headers 2021-11-03 16:37:10 +01:00
last_modified.rs Change signature of insertion/appending of headers 2021-11-03 16:37:10 +01:00
mod.rs Remove MatchDirective 2020-09-20 01:19:47 +02:00
vary.rs Fix clippy warnings 2021-06-21 22:35:36 -07:00