kanarus

Results 51 issues of kanarus

## Problem Currently, this crate's support for Durable Objects *works*, but its developer experience is incredibly bad: ```rust use worker::{durable_object, DurableObject}; // 1. We MUST introduce them into the scope...

release: https://github.com/cloudflare/workers-rs/releases/tag/v0.7.0 should be supported by Ohkami v0.25.

chore
T-worker

When handling a request, we sometimes need to access the path template that was matched (e.g. `/user/:id`), not just the concrete path from the incoming request (returned by `req.path()`, e.g....

feat
T-request

In current `lib.rs`: ```rust #[cfg(feature = "__rt_native__")] mod __rt__ { #[cfg(feature = "__io_futures__")] pub(crate) use futures_util::{AsyncReadExt as AsyncRead, AsyncWriteExt as AsyncWrite}; #[cfg(feature = "__io_tokio__")] pub(crate) use tokio::io::{AsyncReadExt as AsyncRead, AsyncWriteExt...

refactor

https://developers.cloudflare.com/sandbox

- https://www.reddit.com/r/rust/s/KGvL0KWMlv > These names are so bad I don't think I could bring myself to use this even if it were in every other respect the clear best choice....

rename
T-fangs
T-format
T-typed
T-claw
BREAKING

This will require a refactoring in `jwt.rs` before adding support...

feat
T-fangs

Support requests with `Transfer-Encoding: chunked` instead of `Content-Length`

feat
T-request