logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

httpcode - explains the meaning of an HTTP status code on the command line

Author

       httpcode was written by Ruslan Spivak <ruslan.spivak@gmail.com>.

       This manual page was written by Khalid El Fathi <khalid@elfathi.fr>, for the Debian project (and  may  be
       used by others).

                                                February 29, 2012                                          HC(1)

Description

       This manual page documents briefly the httpcode commands.

       httpcode is a little utility that explains the meaning of an HTTP status code on the command line.

Name

       httpcode - explains the meaning of an HTTP status code on the command line

Options

       These  programs  follow  the  usual  GNU  command line syntax, with long options starting with two dashes
       (`-').  A summary of options is included below.  For a complete description, see the Info files.

       -h,--help
              Show summary of options.

       -sSEARCH,--search=SEARCH
              Search for a code by name or description. Search text may contain regular expressions.

Synopsis

hc [ options ] [ code ]

Usage

       Lists all available HTTP status codes and their description:

       hc

       Explain 405 status code:

       hc 405

       Search code(s) by description (case-insensitive):

       hc -s too

       Filter codes with a regex

       hc 30[12]

       Use an 'x' for any digit

       hc 1xx

See Also