This question is about the HTTP Response Codes.
In my python application I want to present the user the text related to such a code. e.g. 404
would be Not Found
.
I checked the python docs but couldn't found a package which give me the text/string for the codes. Isn't there really nothing like this in the python libraries?
A workaround would be to use an external source. E.g. the official CSV file from the IANA.