HomeSort by relevance Sort by last modified time
    Searched refs:add_unredirected_header (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 768 req.add_unredirected_header("Spam", "eggs")
811 req.add_unredirected_header("Content-length", "foo")
812 req.add_unredirected_header("Content-type", "bar")
813 req.add_unredirected_header("Host", "baz")
814 req.add_unredirected_header("Spam", "foo")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 768 req.add_unredirected_header("Spam", "eggs")
811 req.add_unredirected_header("Content-length", "foo")
812 req.add_unredirected_header("Content-type", "bar")
813 req.add_unredirected_header("Host", "baz")
814 req.add_unredirected_header("Spam", "foo")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
urllib2.py 293 def add_unredirected_header(self, key, val): member in class:Request
884 req.add_unredirected_header(self.auth_header, auth)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
urllib2.py 293 def add_unredirected_header(self, key, val): member in class:Request
884 req.add_unredirected_header(self.auth_header, auth)
    [all...]

Completed in 85 milliseconds