Home | History | Annotate | Download | only in python2.7

Lines Matching full:getheader

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