Home
last modified time | relevance | path

Searched refs:METH_POST (Results 1 – 25 of 38) sorted by relevance

12

/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dhdrs.py15 METH_POST = "POST" variable
26 METH_POST,
H A Dweb_routedef.py131 return route(hdrs.METH_POST, path, handler, **kwargs)
200 return self.route(hdrs.METH_POST, path, **kwargs)
H A Dclient.py577 resp.status in (301, 302) and resp.method == hdrs.METH_POST
924 self._request(hdrs.METH_POST, url, data=data, **kwargs)
H A Dweb_request.py101 hdrs.METH_POST,
H A Dtest_utils.py322 return _RequestContextManager(self._request(hdrs.METH_POST, path, **kwargs))
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dhdrs.py15 METH_POST = "POST" variable
26 METH_POST,
H A Dweb_routedef.py131 return route(hdrs.METH_POST, path, handler, **kwargs)
200 return self.route(hdrs.METH_POST, path, **kwargs)
H A Dclient.py577 resp.status in (301, 302) and resp.method == hdrs.METH_POST
924 self._request(hdrs.METH_POST, url, data=data, **kwargs)
H A Dtest_utils.py322 return _RequestContextManager(self._request(hdrs.METH_POST, path, **kwargs))
H A Dweb_request.py101 hdrs.METH_POST,
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dhdrs.py15 METH_POST = "POST" variable
26 METH_POST,
H A Dweb_routedef.py131 return route(hdrs.METH_POST, path, handler, **kwargs)
200 return self.route(hdrs.METH_POST, path, **kwargs)
H A Dclient.py577 resp.status in (301, 302) and resp.method == hdrs.METH_POST
924 self._request(hdrs.METH_POST, url, data=data, **kwargs)
H A Dtest_utils.py322 return _RequestContextManager(self._request(hdrs.METH_POST, path, **kwargs))
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_client.h107 METH_POST, enumerator
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_client.h108 METH_POST, enumerator
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_client.h108 METH_POST, enumerator
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/Request/Client/
H A DHTTP.php59 HTTP_Request::POST => HTTPRequest::METH_POST,
/dports/sysutils/pies/pies-1.5/src/
H A Dctl.c880 METH_POST, enumerator
890 #define METH_MASK_POST METH_MASK(METH_POST)
897 [METH_POST] = "POST",
1146 if (method == METH_POST) in ctlio_do_command()
1394 else if (meth == METH_POST || meth == METH_PUT) in res_instance()
2050 case METH_POST: in select_and_run()
2514 case METH_POST: in res_conf()
2531 case METH_POST: in res_conf()
H A Dpiesctl.c265 METH_POST, enumerator
274 [METH_POST] = "POST",
1527 shttp_process (conn, METH_POST, "/programs"); in com_restart()
2061 shttp_process (conn, METH_POST, "/conf/files"); in conf_file_add()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_tables.cc36 { METH_POST, "POST" },
H A Dhttp_enum.h93 METH_HEAD, METH_POST, METH_PUT, METH_DELETE, METH_TRACE, METH_CONNECT, enumerator
H A Dhttp_msg_request.cc110 case METH_POST: HttpModule::increment_peg_counts(PEG_POST); break; in parse_start_line()
H A Dhttp_msg_header.cc421 if ((method_id == METH_POST) || (method_id == METH_PUT)) in update_flow()
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_client_session.py584 hdrs.METH_POST, session.make_url("/"), CIMultiDict()
592 hdrs.METH_POST, session.make_url("/"), CIMultiDict(), resp

12