nushell/crates/nu-command/src/network/http
Ian Manske 157494e803
Make get_env_var return a reference to a Value (#13987)
# Description
Title says it all, changes `EngineState::get_env_var` to return a
`Option<&'a Value>` instead of an owned `Option<Value>`. This avoids
some unnecessary clones.

I also made a similar change to the `PluginExecutionContext` trait.
2024-10-02 13:05:48 +02:00
..
client.rs Make get_env_var return a reference to a Value (#13987) 2024-10-02 13:05:48 +02:00
delete.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
get.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
head.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
http_.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs add http options command (#9365) 2023-06-09 08:00:40 -05:00
options.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
patch.rs 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
post.rs 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
put.rs 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