ResponseWriter
now holds aResponse
, so it's not need to create one separately.- Convenience methods on
ResponseWriter
. Glitch
andGlitchExt
for error management to error response.ResponseWritten
no longer creatable by user.- Remove unwrap macros (were they ever a good idea?).
- Router now behind feature gate.
- Cors, feature gated.
- Identity, feature gated.
- "Middleware" philosophy confirmed. (no specific framework for it)
- Beginning of docs.
- remove
mime
crate. - pub use
http
crate. - remove more unwraps.
- ci on all features
- remove clippy on stable (nightly has different lints)
- anyhow was added then removed.