nushell/crates/nu-command/tests/commands/network
Jack Wright 2d360fda7f
String values should pass their content-type correctly on http requests with a body (e.g. http post) (#13731)
# Description
The content-type was not being handled appropriately when sending
requests with a string value.

# User-Facing Changes
- Passing a string value through a pipeline with a content-type set as
metadata is handled correctly
- Passing a string value as a parameter with a content-type set as a
flag is handled correctly.
2024-09-05 16:29:50 -07:00
..
http String values should pass their content-type correctly on http requests with a body (e.g. http post) (#13731) 2024-09-05 16:29:50 -07:00
mod.rs Add unit tests for HTTP commands. (#8267) 2023-03-02 11:05:18 -08:00
port.rs Add checks for ports (#11214) 2023-12-03 08:07:15 -06:00