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:

nametypeusage
http deleteBuiltinDelete the specified resource.
http getBuiltinFetch the contents from a URL.
http headBuiltinGet the headers from a URL.
http optionsBuiltinRequests permitted communication options for a given URL.
http patchBuiltinPatch a body to a URL.
http postBuiltinPost a body to a URL.
http putBuiltinPut a body to a URL.