File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/content/docs/workers/languages/rust Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,8 @@ The [`reqwest` library](https://docs.rs/reqwest/latest/reqwest/) can be compiled
3838
3939[ Refer to the ` tokio-postgres ` example] ( https://github.com/cloudflare/workers-rs/tree/main/examples/tokio-postgres ) for more information.
4040
41- ## ` hyper `
41+ ## ` axum `
4242
43- The ` hyper ` crate contains two HTTP clients, the lower-level ` conn ` module and the higher-level ` Client ` .
44- The ` conn ` module can be used with Workers ` Socket ` , however ` Client ` requires timing dependencies which are
45- not yet Wasm friendly.
43+ The ` axum ` crate is a web application framework that focuses on ergonomics and modularity.
4644
47- [ Refer to the ` hyper ` example] ( https://github.com/cloudflare/workers-rs/tree/main/examples/hyper ) for more information.
45+ [ Refer to the ` axum ` example] ( https://github.com/cloudflare/workers-rs/tree/main/examples/axum ) for more information.
You can’t perform that action at this time.
0 commit comments