We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfb58b commit c4744ebCopy full SHA for c4744eb
src/header/common/etag.rs
@@ -11,6 +11,8 @@ use header::parsing::from_one_raw_str;
11
#[derive(Clone, PartialEq, Debug)]
12
pub struct Etag(pub EntityTag);
13
14
+deref!(Etag => EntityTag);
15
+
16
impl Header for Etag {
17
fn header_name() -> &'static str {
18
"Etag"
0 commit comments