http head
for network> http head {flags} (URL)
--user, -u {any}
: the username when authenticating--password, -p {any}
: the password when authenticating--max-time, -m {int}
: timeout period in seconds--headers, -H {any}
: custom headers you want to add--insecure, -k
: allow insecure server connections when using SSLURL
: the URL to fetch the contents frominput | output |
---|---|
nothing | any |
Get headers from example.com
>http headhttps://www.example.com
Get headers from example.com, with username and password
>http head-umyuser-pmypasshttps://www.example.com
Get headers from example.com, with custom header
>http head-H [my-header-keymy-header-value] https://www.example.com
Performs HTTP HEAD operation.
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/http_head.html