-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that this module handles the HTTP, Hyper, and Axum crates and does so with specific reference and implementations, instead of just being focused on the Hyper crate, it makes more sense to name it http as this covers all three crates and the intended purpose.
- Loading branch information
1 parent
d609b0d
commit b9bc108
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
// Modules | ||
|
||
#[cfg(test)] | ||
#[path = "tests/hyper.rs"] | ||
#[path = "tests/http.rs"] | ||
mod tests; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
// Modules | ||
|
||
pub mod chrono; | ||
pub mod hyper; | ||
pub mod http; | ||
pub mod std; | ||
pub mod sugar; | ||
|
||
|
File renamed without changes.