This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2025-01-22 18:05:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
06f9047be4
nushell
/
crates
/
nu-command
/
src
/
network
/
mod.rs
6 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
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 02:01:18 +00:00
mod
fetch
;
Port `network/url` command (#452) * feat: add url command * feat(network/url): add sub-command for url
2021-12-10 00:09:30 +00:00
mod
url
;
pub
use
self
::
url
::
*
;
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 02:01:18 +00:00
pub
use
fetch
::
SubCommand
as
Fetch
;
Reference in a new issue
Copy permalink