http-nu 0.15.0

The surprisingly performant, Nushell-scriptable, cross.stream-powered, Datastar-ready HTTP server that fits in your back pocket.
Documentation
1
2
3
4
5
6
7
8
9
10
# v0.5.1

## Highlights

- **Fixed HTTPS support in Nushell commands**: Commands like `http get https://...` now work correctly within http-nu handlers by initializing nu_command's TLS crypto provider

## Raw commits

* fix: initialize nu_command crypto provider for https support (2025-11-07)
* chore: update Cargo.lock to resolve dependency conflicts (2025-10-15)