HomeSort by relevance Sort by last modified time
    Searched refs:getheader (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/curl/lib/
transfer.h 62 bool getheader, /* TRUE if header parsing is wanted */
  /external/python/cpython2/Lib/test/
test_httpservers.py 271 self.assertEqual(res.getheader('Connection'), 'keep-alive')
291 self.assertEqual(None, res.getheader('Content-Length'))
292 self.assertEqual(None, res.getheader('Content-Type'))
294 self.assertEqual(None, res.getheader('Transfer-Encoding'))
306 self.assertEqual(None, res.getheader('Content-Length'))
307 self.assertIn('text/html', res.getheader('Content-Type'))
309 self.assertEqual(None, res.getheader('Content-Length'))
310 self.assertEqual(None, res.getheader('Content-Type'))
312 self.assertEqual(None, res.getheader('Transfer-Encoding'))
368 self.assertEqual(response.getheader("Location")
    [all...]
test_httplib.py 241 self.assertEqual(resp.getheader('First'), 'val')
242 self.assertEqual(resp.getheader('Second'), 'val')
258 self.assertIsNotNone(resp.getheader('Public-Key-Pins'))
259 self.assertEqual(resp.getheader('Transfer-Encoding'), 'chunked')
271 self.assertEqual(resp.getheader('Transfer-Encoding'), 'chunked')
292 self.assertEqual(resp.getheader('Transfer-Encoding'), 'chunked')
318 self.assertIsNotNone(resp.getheader('Name'))
319 self.assertEqual(resp.getheader('Transfer-Encoding'), 'chunked')
348 self.assertEqual(resp.getheader('Content-Length'), '0')
349 self.assertEqual(resp.getheader("!#$%&'*+-.^_`|~"), 'value'
    [all...]
test_docxmlrpc.py 83 self.assertEqual(response.getheader("Content-type"), "text/html")
93 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_rfc822.py 254 eq(msg.getheader('First'), 'val')
255 eq(msg.getheader('Second'), 'val2')
  /external/zlib/src/contrib/untgz/
untgz.c 391 int getheader = 1; local
420 if (getheader >= 1)
438 if (getheader == 1)
451 getheader = 1;
501 getheader = 0;
519 getheader = 2;
547 getheader = 1;
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 391 int getheader = 1; local
420 if (getheader >= 1)
438 if (getheader == 1)
451 getheader = 1;
501 getheader = 0;
519 getheader = 2;
547 getheader = 1;
  /external/python/cpython3/Lib/test/
test_httpservers.py 209 self.assertEqual(res.getheader('Connection'), 'keep-alive')
227 self.assertTrue(int(res.getheader('Content-Length')))
234 self.assertEqual(res.getheader('X-Special'), 'Dängerous Mind')
244 self.assertEqual(int(res.getheader('Content-Length')), len(data))
255 self.assertEqual(None, res.getheader('Content-Length'))
256 self.assertEqual(None, res.getheader('Content-Type'))
258 self.assertEqual(None, res.getheader('Transfer-Encoding'))
273 self.assertTrue(int(res.getheader('Content-Length')) > 0)
274 self.assertIn('text/html', res.getheader('Content-Type'))
276 self.assertEqual(None, res.getheader('Content-Length')
    [all...]
test_docxmlrpc.py 93 self.assertEqual(response.getheader("Content-type"), "text/html")
103 self.assertEqual(response.getheader("Content-type"), "text/plain")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_docxmlrpc.py 101 self.assertEqual(response.getheader("Content-type"), "text/html")
111 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_httpservers.py 263 self.assertEqual(res.getheader('Connection'), 'keep-alive')
338 self.assertEqual(response.getheader('content-length'),
340 self.assertEqual(response.getheader('content-type'),
458 (res.read(), res.getheader('Content-type'), res.status))
477 (res.read(), res.getheader('Content-type'), res.status))
483 (res.read(), res.getheader('Content-type'), res.status))
490 (res.read(), res.getheader('Content-type'), res.status))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_docxmlrpc.py 101 self.assertEqual(response.getheader("Content-type"), "text/html")
111 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_httpservers.py 263 self.assertEqual(res.getheader('Connection'), 'keep-alive')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
466 (res.read(), res.getheader('Content-type'), res.status))
485 (res.read(), res.getheader('Content-type'), res.status))
491 (res.read(), res.getheader('Content-type'), res.status))
498 (res.read(), res.getheader('Content-type'), res.status))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_docxmlrpc.py 101 self.assertEqual(response.getheader("Content-type"), "text/html")
111 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_httpservers.py 263 self.assertEqual(res.getheader('Connection'), 'keep-alive')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
466 (res.read(), res.getheader('Content-type'), res.status))
485 (res.read(), res.getheader('Content-type'), res.status))
491 (res.read(), res.getheader('Content-type'), res.status))
498 (res.read(), res.getheader('Content-type'), res.status))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 101 self.assertEqual(response.getheader("Content-type"), "text/html")
111 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_httpservers.py 263 self.assertEqual(res.getheader('Connection'), 'keep-alive')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
466 (res.read(), res.getheader('Content-type'), res.status))
485 (res.read(), res.getheader('Content-type'), res.status))
491 (res.read(), res.getheader('Content-type'), res.status))
498 (res.read(), res.getheader('Content-type'), res.status))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 101 self.assertEqual(response.getheader("Content-type"), "text/html")
111 self.assertEqual(response.getheader("Content-type"), "text/plain")
test_httpservers.py 263 self.assertEqual(res.getheader('Connection'), 'keep-alive')
340 self.assertEqual(response.getheader('content-length'),
342 self.assertEqual(response.getheader('content-type'),
466 (res.read(), res.getheader('Content-type'), res.status))
485 (res.read(), res.getheader('Content-type'), res.status))
491 (res.read(), res.getheader('Content-type'), res.status))
498 (res.read(), res.getheader('Content-type'), res.status))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 175 authorization = self.headers.getheader("authorization")
195 length = self.headers.getheader('content-length')
198 referer = self.headers.getheader('referer')
208 ua = self.headers.getheader('user-agent')
  /external/python/cpython2/Lib/
CGIHTTPServer.py 172 authorization = self.headers.getheader("authorization")
192 length = self.headers.getheader('content-length')
195 referer = self.headers.getheader('referer')
205 ua = self.headers.getheader('user-agent')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
197 length = self.headers.getheader('content-length')
200 referer = self.headers.getheader('referer')
210 ua = self.headers.getheader('user-agent')
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
197 length = self.headers.getheader('content-length')
200 referer = self.headers.getheader('referer')
210 ua = self.headers.getheader('user-agent')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
197 length = self.headers.getheader('content-length')
200 referer = self.headers.getheader('referer')
210 ua = self.headers.getheader('user-agent')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 177 authorization = self.headers.getheader("authorization")
197 length = self.headers.getheader('content-length')
200 referer = self.headers.getheader('referer')
210 ua = self.headers.getheader('user-agent')

Completed in 570 milliseconds

1 2 3 4 5 6