* feat: add props support to Context
Adds support for accessing props passed to workers via service bindings, enabling configuration to be passed based on invocation context.
* wire up wasm_bindgen_test and wasm-bindgen-test-runner
* rustup target add wasm32-unknown-unknown
---------
Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
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