Home
last modified time | relevance | path

Searched defs:http_verb (Results 1 – 10 of 10) sorted by relevance

/dports/finance/py-stripe/stripe-2.29.4/stripe/api_resources/abstract/
H A Dcustom_method.py7 def custom_method(name, http_verb, http_path=None): argument
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/
H A Dbase_client.py182 async def _send(self, http_verb, api_url, req_args): argument
225 async def _request(self, *, http_verb, api_url, req_args): argument
/dports/mail/py-python-slimta/python-slimta-4.2.1/test/
H A Dtest_slimta_relay_http.py32 http_verb = 'POST' variable in TestHttpRelayClient.setUp.FakeRelay
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/relay/
H A Dhttp.py193 http_verb = 'POST' variable in HttpRelay
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/edge/
H A Dwsgi.py150 http_verb = 'POST' variable in WsgiEdge
/dports/devel/py-swagger-spec-validator/swagger_spec_validator-2.7.4/swagger_spec_validator/
H A Dvalidator20.py263 def validate_responses(api, http_verb, responses_dict, deref=None): argument
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/
H A Dhttp_route.hh69 …template <typename T> struct http_verb : public T, public iod::assignable<http_verb<T>>, public io… struct
/dports/net/pecl-oauth2/oauth-2.0.7/
H A Dprovider.c664 char additional_info[512] = "", *http_verb = NULL, *uri = NULL, *current_uri = NULL; in SOP_METHOD() local
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/http/listener/
H A Dhttp_server_asio.cpp666 web::http::method http_verb; in handle_http_line() local
/dports/www/ulfius/ulfius-2.7.3/include/
H A Dulfius.h229 char * http_verb; /* !< http method (GET, POST, PUT, DELETE, etc.) */ member