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 901ce51 commit a93f2c2Copy full SHA for a93f2c2
CHANGELOG.md
@@ -8,10 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
### Added
10
- Virtual host support [@gim913]
11
+- `util::canonicalize` [@gim913]
12
+- `util::resolve_virtual_path` [@gim913]
13
- `Response::cgi_error_lossy` [@gim913]
14
- `ResponseHeader::cgi_error_lossy` [@gim913]
15
- `impl TryFrom<u8> for Status` [@gim913]
-- `util::serve_file` (requires `serve_dir` feature) [@gim913]
16
+
17
+### Removed
18
+- `util::ResolveResult` [@gim913]
19
20
### Changed
21
- Rust edition 2018 -> 2024 [@panicbit]
0 commit comments