Skip to content

rspivak/httpcode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

_   _ _____ _____ ____   ____ ___  ____  _____   _____ _
| | _ _| _ / ___/ _ | _ | ____| | ____| |
| | | | | | | | | | | | | | _| | _| | |
 _ | | | | | | __/| | | |___

_______/_____(_)_____

httpcode.el provides a simple command hc that explains the meaning of an HTTP status code in minibuffer.

Installation

Copy httpcode.el to your load-path and add to your .emacs:

(require 'httpcode)

Alternately use Marmalade:

M-x package-install httpcode

Then run the command with M-x hc

Usage

M-x hc RET Enter HTTP code: 418 RET

Status code 418
Message: I'm a teapot
Code explanation: The HTCPCP server is a teapot

Command line alternative

http://github.com/rspivak/httpcode

About

Explains the meaning of an HTTP status code in minibuffer

Resources

Stars

Watchers

Forks

Packages

No packages published