Home
last modified time | relevance | path

Searched refs:METH_GET (Results 1 – 25 of 48) sorted by relevance

12

/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dhdrs.py11 METH_GET = "GET" variable
22 METH_GET,
H A Dweb_routedef.py126 hdrs.METH_GET, path, handler, name=name, allow_head=allow_head, **kwargs
197 return self.route(hdrs.METH_GET, path, **kwargs)
H A Dclient.py579 method = hdrs.METH_GET
655 method: str = hdrs.METH_GET,
705 method: str = hdrs.METH_GET,
896 self._request(hdrs.METH_GET, url, allow_redirects=allow_redirects, **kwargs)
H A Dtest_utils.py318 return _RequestContextManager(self._request(hdrs.METH_GET, path, **kwargs))
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dhdrs.py11 METH_GET = "GET" variable
22 METH_GET,
H A Dweb_routedef.py126 hdrs.METH_GET, path, handler, name=name, allow_head=allow_head, **kwargs
197 return self.route(hdrs.METH_GET, path, **kwargs)
H A Dclient.py579 method = hdrs.METH_GET
655 method: str = hdrs.METH_GET,
705 method: str = hdrs.METH_GET,
896 self._request(hdrs.METH_GET, url, allow_redirects=allow_redirects, **kwargs)
H A Dtest_utils.py318 return _RequestContextManager(self._request(hdrs.METH_GET, path, **kwargs))
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dhdrs.py11 METH_GET = "GET" variable
22 METH_GET,
H A Dweb_routedef.py126 hdrs.METH_GET, path, handler, name=name, allow_head=allow_head, **kwargs
197 return self.route(hdrs.METH_GET, path, **kwargs)
H A Dclient.py579 method = hdrs.METH_GET
655 method: str = hdrs.METH_GET,
705 method: str = hdrs.METH_GET,
896 self._request(hdrs.METH_GET, url, allow_redirects=allow_redirects, **kwargs)
H A Dtest_utils.py318 return _RequestContextManager(self._request(hdrs.METH_GET, path, **kwargs))
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_client.h99 METH_GET, enumerator
H A Dhttpd.c2871 case METH_GET: in response_header()
4308 if (txn->meth == METH_GET || txn->meth == METH_HEAD) in check_precond()
4318 else if ((txn->meth == METH_GET || txn->meth == METH_HEAD) && in check_precond()
4329 txn->meth == METH_GET && (hdr = spool_getheader(hdrcache, "Range"))) { in check_precond()
4602 if (txn->meth == METH_GET) { in meth_get()
4812 case METH_GET: in http_allow_noauth_get()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_client.h100 METH_GET, enumerator
H A Dhttpd.c2737 case METH_GET: in response_header()
4351 if (txn->meth == METH_GET || txn->meth == METH_HEAD) in check_precond()
4361 else if ((txn->meth == METH_GET || txn->meth == METH_HEAD) && in check_precond()
4373 txn->meth == METH_GET && (hdr = spool_getheader(hdrcache, "Range"))) { in check_precond()
4707 if (txn->meth == METH_GET) { in meth_get()
4930 case METH_GET: in http_allow_noauth_get()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_client.h100 METH_GET, enumerator
H A Dhttpd.c2720 case METH_GET: in response_header()
4305 if (txn->meth == METH_GET || txn->meth == METH_HEAD) in check_precond()
4315 else if ((txn->meth == METH_GET || txn->meth == METH_HEAD) && in check_precond()
4327 txn->meth == METH_GET && (hdr = spool_getheader(hdrcache, "Range"))) { in check_precond()
4657 if (txn->meth == METH_GET) { in meth_get()
4880 case METH_GET: in http_allow_noauth_get()
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/Request/Client/
H A DHTTP.php57 HTTP_Request::GET => HTTPRequest::METH_GET,
/dports/sysutils/pies/pies-1.5/src/
H A Dctl.c879 METH_GET, enumerator
889 #define METH_MASK_GET METH_MASK(METH_GET)
896 [METH_GET] = "GET",
1372 if (meth == METH_GET) in res_instance()
1407 else if (meth != METH_GET) in res_instance()
2034 case METH_GET: in select_and_run()
2185 else if (meth == METH_GET) in res_runlevel()
2256 if (meth == METH_GET) in res_environ()
2510 case METH_GET: in res_conf()
2530 case METH_GET: in res_conf()
H A Dpiesctl.c264 METH_GET, enumerator
273 [METH_GET] = "GET",
1403 shttp_process (conn, METH_GET, uri); in com_list()
1601 shttp_process (state->conn, METH_GET, "/instance"); in com_id()
1624 shttp_process (conn, METH_GET, buf); in com_id()
1713 p->method = METH_GET; in telinit_parse_runlevel()
1795 p->method = METH_GET; in telinit_list_environ()
1865 case METH_GET: in com_telinit()
2003 shttp_process (conn, METH_GET, "/conf/files"); in conf_file_list()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_msg_request.cc108 case METH_GET: HttpModule::increment_peg_counts(PEG_GET); break; in parse_start_line()
153 method_id = METH_GET; in handle_zero_nine()
H A Dhttp_tables.cc34 { METH_GET, "GET" },
H A Dhttp_enum.h92 METH__NOT_PRESENT=-11, METH__OTHER=1, METH_OPTIONS, METH_GET, enumerator
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_client_session.py630 hdrs.METH_GET, URL("http://example.com"), CIMultiDict(), error

12