http for network

Various commands for working with http methods.

Signature

> http {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nameusagetype
http deleteDelete the specified resource.built-in
http getFetch the contents from a URL.built-in
http headGet the headers from a URL.built-in
http optionsRequests permitted communication options for a given URL.built-in
http patchPatch a body to a URL.built-in
http postPost a body to a URL.built-in
http putPut a body to a URL.built-in