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
11
12
13
14
15
16
# v0.3.0

## Highlights

- Content-Type is now inferred from the pipeline metadata
- Flesh out support for ByteStream
- nu_cmd_extra built-ins are now included (`to html` specifically)

## Raw commits

* feat: support Nushell ByteStream output using blocking reader pattern (2025-02-03)
* feat: improve content-type handling precedence and clarify documentation (2025-02-03)
* docs: README (2025-02-02)
* feat: attempt to infer content-type from the pipeline's metadata (#4) (2025-02-02)
* feat: add nu_cmd_extra built-ins (2025-02-02)
* chore: bump version to v0.2.0 and add changelog (2025-01-31)