SkillAgentSearch skills...

Httpcode.el

Explains the meaning of an HTTP status code in minibuffer

Install / Use

/learn @rspivak/Httpcode.el
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

::

 _   _ _____ _____ ____   ____ ___  ____  _____   _____ _
| | | |_   _|_   _|  _ \ / ___/ _ \|  _ \| ____| | ____| |
| |_| | | |   | | | |_) | |  | | | | | | |  _|   |  _| | |
|  _  | | |   | | |  __/| |__| |_| | |_| | |___ _| |___| |___
|_| |_| |_|   |_| |_|    \____\___/|____/|_____(_)_____|_____|

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 <http://marmalade-repo.org>_:

::

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 <http://github.com/rspivak/httpcode>_

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated3y ago
Forks5

Languages

Emacs Lisp

Security Score

60/100

Audited on Aug 3, 2022

No findings