httpz icon indicating copy to clipboard operation
httpz copied to clipboard

Code once, support every Rust webserver!

Results 18 httpz issues
Sort by recently updated
recently updated
newest added

Would be nice for running rspc with subscriptions on WASM runtimes.

Probs just throw this back out into userspace.

Vercel is such a love and hate. Steal my old Deno Deploy stuff cause we are raw dogging it.

[ref](https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html)

Default to `Vec` but allow modifying it or maybe even using `Write`/`AsyncWrite`

Currently, it has to be `Vec` would be nice if it could be any type that the specific webserver understands how to use. This will probs require a bound on...