httpcode 0.5

httpcode is a Python utility that explains the meaning of an HTTP status code on the command-line.Installation [sudo] pip install httpcodeUsageExplain 405 status code$ hc 405Status code 405Message: Method Not AllowedCode explanation: Specified method...