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

HTTP::Status is missing 451

robrwo opened this issue · comments

I have a genuine, live use case where I need to issue an HTTP 451 response to content that is legally blocked.

But the lack of a status message means that it returns an improper response for status_message.

Ok, this apparently exists in 6.17, and I was using 6.14. My error. Thanks.