nushell/crates/nu-protocol/src
JT 36079f1a3d
Port fetch (with fixes) (#660)
* Port fetch to engine-q

* Fix check for path as a string

* Add a timeout flag and fix some span issues

* Add a temporary fetch command that returns byte streams. Got rid of async stuff as we're using the blocking feature of tokio

* More tweaks for the bytestream

* Rewrite fetch using ByteStreams

* buffer read on bytes directly

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
2022-01-04 13:01:18 +11:00
..
ast Add single tick string interpolation (#581) 2021-12-26 07:50:02 +11:00
engine Plugin option for shell (#517) 2021-12-18 12:13:56 -06:00
value Allow update to also insert (#610) 2021-12-28 10:11:20 +11:00
config.rs Add parser tracing, fix 629 (#638) 2022-01-02 08:42:50 +11:00
example.rs
exportable.rs
id.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
lib.rs Option to replace command same name (#374) 2021-11-28 19:35:02 +00:00
overlay.rs
pipeline_data.rs Preserve metatdata in where (#618) 2021-12-29 22:17:20 +11:00
shell_error.rs Port fetch (with fixes) (#660) 2022-01-04 13:01:18 +11:00
signature.rs Some error improvements (#659) 2022-01-04 10:14:33 +11:00
span.rs Some error improvements (#659) 2022-01-04 10:14:33 +11:00
syntax_shape.rs def argument check (#604) 2021-12-28 06:13:52 +11:00
ty.rs def argument check (#604) 2021-12-28 06:13:52 +11:00