Add a list of HTTP status code symbols and their text, mapped by number.
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 24 Mar 2010 09:30:28 +0000 (04:30 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 24 Mar 2010 09:30:28 +0000 (04:30 -0500)
commit1e9d758c2f4584e34eeeb2524ce3161842032cbe
tree4e39f4cb9d54b065267f407daa49fa8f8e2f357c
parent7e26396796ba951b629d44766390b1f1843bab7d
Add a list of HTTP status code symbols and their text, mapped by number.

* url-http.el (url-http-codes): New variable to hold a mapping of
HTTP status codes' numbers, their symbolic name, and their text.
(url-http-parse-headers): Use it, leaving the original numeric
code in a comment.
lisp/url/ChangeLog
lisp/url/url-http.el