http-nu icon indicating copy to clipboard operation
http-nu copied to clipboard

The surprisingly performant, Datastar-ready, Nushell-scriptable HTTP server that fits in your back pocket. 🚀🐘💜

Results 5 http-nu issues
Sort by recently updated
recently updated
newest added

``` open data/plantings.yaml | to json | minijinja-cli -f json ./html/index.html - Listening on 127.0.0.1:5002 error: template not found: tried to include non-existing template "socials.html" (in /Users/andy/s/03d9siz1v3rijabmr0tl8onth/ndyg.nu/html/base.html:37) ---------------------------------- base.html ----------------------------------...

This PR adds comprehensive documentation for packaging and maintaining http-nu in nixpkgs. ## Changes - **NIXOS_PACKAGING_GUIDE.md**: Complete step-by-step guide covering: - Package definition structure and components - Initial packaging process...

`tower-http` / `async-compression` don't support streaming compression for SSE endpoints https://github.com/tower-rs/tower-http/issues/292 https://github.com/Nullus157/async-compression/pull/404 https://github.com/tower-rs/tower-http/blob/main/tower-http/src/compression/predicate.rs#L127