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 | description | type |
---|---|---|
http delete | Delete the specified resource. | built-in |
http get | Fetch the contents from a URL. | built-in |
http head | Get the headers from a URL. | built-in |
http options | Requests permitted communication options for a given URL. | built-in |
http patch | Patch a body to a URL. | built-in |
http post | Post a body to a URL. | built-in |
http put | Put a body to a URL. | built-in |