Kevin Flansburg b2aabc1be1
Introduce http feature for http crate types (#477)
* http 1.1

* http feature flag

* Fetcher http flag

* Implement todos

* Implement redirect / ws / abort signal

* Add http tests to CI

* Add Cf context to http::Request

* Fix test working directories

* Axum example

* fix clippy in CI

* Handle generic http_body return type

* Documentation

* Remove unwraps

* Tweak introduction version in docs

* Final touches
2024-03-15 09:44:58 -04:00

115 B

axum on Cloudflare Workers

Demonstration of using the axum web framework for routing on Cloudflare Workers.