libwww-perl / HTTP-Message

The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication.

Home Page:https://metacpan.org/pod/HTTP::Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment mentions wrong RFC for HTTP 451 response code

tobyink opened this issue · comments

    451 => 'Unavailable For Legal Reasons',   # RFC 7724: Legal Obstacles

Should be RFC 7725.