mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 04:14:33 +00:00
Bump warp and begin axum migration (#9001)
- Bump `warp` to 0.4. This unifies `warp` and `axum` onto the same `http`, `hyper`, `h2`, `rustls`, etc versions. - Create `axum_utils` which contain common functions and types - Begins migration of all HTTP API servers from warp to axum Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
6
common/axum_utils/src/lib.rs
Normal file
6
common/axum_utils/src/lib.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod cors;
|
||||
pub mod middleware;
|
||||
pub mod server;
|
||||
pub mod tls;
|
||||
|
||||
pub use server::Server;
|
||||
Reference in New Issue
Block a user