Search notes:

Python standard library: http.client

http.client.HTTPMessage

http.client.HTTPMessage derives from email.message.Message and adss (as far as I can see) the function getallmatchingheaders().
See also http.client.HTTPResponse.msg and http.server.BaseHTTPRequestHandler.headers.

See also

standard library (especially http.server)

Index