Instead of using http.CanonicalHeaderKey
to check if a header exists,, you can directly use the response.Header.Get(header)
method.#62
Open
Montana wants to merge 2 commits intonytimes:mainfrom Montana:patch-1
+75-66