Home
last modified time | relevance | path

Searched refs:httpobj (Results 1 – 18 of 18) sorted by relevance

/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_utils_httpobj.py5 from scrapy.utils.httpobj import urlparse_cached
H A Dtest_scheduler.py14 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dhttpauth.py12 from scrapy.utils.httpobj import urlparse_cached
H A Dhttpproxy.py6 from scrapy.utils.httpobj import urlparse_cached
H A Drobotstxt.py12 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/spidermiddlewares/
H A Doffsite.py12 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/core/downloader/handlers/
H A D__init__.py9 from scrapy.utils.httpobj import urlparse_cached
H A Ds3.py6 from scrapy.utils.httpobj import urlparse_cached
H A Dftp.py40 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/utils/
H A Drequest.py15 from scrapy.utils.httpobj import urlparse_cached
/dports/lang/python-legacy/Python-2.7.18/Doc/faq/
H A Dlibrary.rst665 httpobj = httplib.HTTP('www.some-server.out-there', 80)
666 httpobj.putrequest('POST', '/cgi-bin/some-cgi-script')
668 httpobj.putheader('Accept', '*/*')
669 httpobj.putheader('Connection', 'Keep-Alive')
670 httpobj.putheader('Content-type', 'application/x-www-form-urlencoded')
671 httpobj.putheader('Content-length', '%d' % len(qs))
672 httpobj.endheaders()
673 httpobj.send(qs)
675 reply, msg, hdrs = httpobj.getreply()
677 sys.stdout.write(httpobj.getfile().read())
/dports/lang/python27/Python-2.7.18/Doc/faq/
H A Dlibrary.rst665 httpobj = httplib.HTTP('www.some-server.out-there', 80)
666 httpobj.putrequest('POST', '/cgi-bin/some-cgi-script')
668 httpobj.putheader('Accept', '*/*')
669 httpobj.putheader('Connection', 'Keep-Alive')
670 httpobj.putheader('Content-type', 'application/x-www-form-urlencoded')
671 httpobj.putheader('Content-length', '%d' % len(qs))
672 httpobj.endheaders()
673 httpobj.send(qs)
675 reply, msg, hdrs = httpobj.getreply()
677 sys.stdout.write(httpobj.getfile().read())
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/http/
H A Dcookies.py5 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/core/downloader/
H A D__init__.py9 from scrapy.utils.httpobj import urlparse_cached
H A Dwebclient.py9 from scrapy.utils.httpobj import urlparse_cached
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Dhttpcache.py14 from scrapy.utils.httpobj import urlparse_cached
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/bind9/
H A Dcheck.c937 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; in check_listener() local
969 httpobj = cfg_tuple_get(ltup, "http"); in check_listener()
970 if (httpobj != NULL && cfg_obj_isstring(httpobj)) { in check_listener()
971 const char *httpname = cfg_obj_asstring(httpobj); in check_listener()
974 cfg_obj_log(httpobj, logctx, ISC_LOG_ERROR, in check_listener()
984 cfg_obj_log(httpobj, logctx, ISC_LOG_ERROR, in check_listener()
986 cfg_obj_asstring(httpobj)); in check_listener()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dserver.c10980 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; in listenelt_fromconfig() local
11096 httpobj = cfg_tuple_get(ltup, "http"); in listenelt_fromconfig()
11097 if (httpobj != NULL && cfg_obj_isstring(httpobj)) { in listenelt_fromconfig()
11098 const char *httpname = cfg_obj_asstring(httpobj); in listenelt_fromconfig()
11107 cfg_obj_log(httpobj, named_g_lctx, ISC_LOG_ERROR, in listenelt_fromconfig()
11109 cfg_obj_asstring(httpobj)); in listenelt_fromconfig()