nushell/crates/nu-command/src/strings/split
KazukiY cde56741fb
fetch -> http get and post -> http post (#7796)
# Updated description by @rgwood

This PR changes `fetch` to `http get` and `post` to `http post`. `fetch`
and `post` are now deprecated. [I surveyed people on
Discord](https://discord.com/channels/601130461678272522/601130461678272524/1065706282566307910)
and users strongly approved of this change.

# Original Description
This PR is related to #2741 and my first pull request in rust :)

Implemented a new http mod to better http support and alias `fetch` and
`post` commands to `http get` and `http post` respectively.

# User-Facing Changes

Users will be able to use HTTP method via http command, for example
``` shell
> http get "https://www.example.com"
<!doctype html>
<html>
...
```
2023-01-20 10:38:30 -08:00
..
chars.rs str length, str substring, str index-of, split words and split chars now use graphemes instead of UTF-8 bytes (#7752) 2023-01-20 09:16:18 +02:00
column.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
command.rs Add extra_usage messages for subcommand-only commands (#7594) 2022-12-24 07:16:29 -06:00
list.rs fix split list when separater is the first element of list (#7355) 2022-12-06 08:51:38 -06:00
mod.rs add a split words command (#6363) 2022-08-20 05:55:54 +12:00
row.rs Remove unnecessary echo uses from examples (#7500) 2022-12-16 11:51:00 -05:00
words.rs fetch -> http get and post -> http post (#7796) 2023-01-20 10:38:30 -08:00