mirror of
https://github.com/nushell/nushell
synced 2025-01-06 18:29:02 +00:00
4d2d553cca
# Description The existing code uses exact matches on content type. This can caused things like "application/json; charset=utf-8" that contain a charset not using send_json method. NOTE: The charset portion in the above example would still be ignored as we rely on serde and the client library to control the encoding, it is still better to catch the json case. --------- Co-authored-by: Ian Manske <ian.manske@pm.me> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
This crate contains the majority of our commands
We allow ourselves to move some of the commands in nu-command
to nu-cmd-*
crates as needed.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.