This one was a little tricky to add and requires mocking out the
analytics engine binding using a miniflare wrapped binding that logs
each datapoint to console.
Resolves#280, #327
refactor: rename to match Typescript type names
test: mock out analytics engine binding
* 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