kanarus

Results 51 issues of kanarus

- [ ] How to add support for new runtime - [ ] `Request` architecture (ref: https://www.reddit.com/r/rust/comments/1n272xv/comment/ncai7bh) - [ ] todo

docs

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...

fix
T-Ohkami
T-runtime

Currently - `n_pathparams` assertion exists, and https://github.com/ohkami-rs/ohkami/issues/556 may add - `State` types assertion

feat
T-Ohkami

references: - Hono `Context` - Axum `State`

enhance
T-fangs

It will be: - add a trait defining header name to extract or some detailed behavior - add blanket `FromRequest` impl for types implementimg that trait

feat
T-typed
T-claw

- 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

T-request
BREAKING

## 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...

enhance
T-fangs

https://developers.cloudflare.com/images/transform-images/bindings/

feat
T-worker