http for network
Various commands for working with http methods.
Signature
> http {flags}
Input/output types:
| input | output |
|---|---|
| nothing | string |
Notes
You must use one of the following subcommands. Using this command as-is will only produce this help message.
Subcommands:
| name | type | usage |
|---|---|---|
http delete
|
Builtin | Delete the specified resource. |
http get
|
Builtin | Fetch the contents from a URL. |
http head
|
Builtin | Get the headers from a URL. |
http options
|
Builtin | Requests permitted communication options for a given URL. |
http patch
|
Builtin | Patch a body to a URL. |
http post
|
Builtin | Post a body to a URL. |
http put
|
Builtin | Put a body to a URL. |