Lines Matching full:getheader
1307 if (response.getheader("content-length", 0)):1451 if hasattr(response,'getheader'):1452 if response.getheader("Content-Encoding", "") == "gzip":