gitextract_pmy2ca9y/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── examples/ │ └── auto-vary.rs ├── rustfmt.toml └── src/ ├── auto_vary.rs ├── error.rs ├── extractors.rs ├── guard.rs ├── headers.rs ├── lib.rs ├── responders/ │ ├── location.rs │ ├── trigger.rs │ └── vary.rs └── responders.rs