kanarus
kanarus
- [ ] How to add support for new runtime - [ ] `Request` architecture (ref: https://www.reddit.com/r/rust/comments/1n272xv/comment/ncai7bh) - [ ] todo
https://github.com/maciejhirsz/beef
## How to reproduce 1. run `cargo run --bin param` in `benches_rt/monoio` 2. in another terminal window, run, for example, `wrk --connections 64 --threads 10 --duration 5s 'http://localhost:3000/user/1234567890987654321'` 3. in...
Currently - `n_pathparams` assertion exists, and https://github.com/ohkami-rs/ohkami/issues/556 may add - `State` types assertion
references: - Hono `Context` - Axum `State`
It will be: - add a trait defining header name to extract or some detailed behavior - add blanket `FromRequest` impl for types implementimg that trait
- https://www.reddit.com/r/rust/comments/1n272xv/comment/nb5ddsy > There is also a lot of unsafe in this where I am not sure there needs to be, for example, why is pub const unsafe fn as_bytes
## Background Currently, the need to specify exact origins is cumbersome when dealing with multiple subdomains, dynamic preview URLs, or varying ports during local development. ## Proposed Syntax * **Subdomain...
https://developers.cloudflare.com/images/transform-images/bindings/