This restores a basic version of the `post` command.
Some source types have been omitted from this first take.
I copied from `fetch` and from `post`@0.40.0.
Part of #4356
This commit is contained in:
Eli Flanagan
2022-02-18 13:53:10 -05:00
committed by GitHub
parent 06f9047be4
commit e5bf56a7dd
4 changed files with 361 additions and 0 deletions

View File

@ -312,6 +312,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// Network
bind_command! {
Fetch,
Post,
Url,
UrlHost,
UrlPath,