Home
last modified time | relevance | path

Searched refs:method_not_allowed (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/p5-Router-Simple/Router-Simple-0.17/t/
H A D13_method_not_allowed.t16 ok(!$r->method_not_allowed());
21 ok(!$r->method_not_allowed());
26 ok($r->method_not_allowed());
31 ok($r->method_not_allowed());
36 ok(!$r->method_not_allowed());
/dports/www/p5-Router-Simple/Router-Simple-0.17/lib/Router/
H A DSimple.pm63 $self->{method_not_allowed} = 0;
68 $self->{method_not_allowed} = $_METHOD_NOT_ALLOWED;
72 sub method_not_allowed { subroutine
74 $self->{method_not_allowed};
/dports/www/py-falcon/falcon-2.0.0/falcon/
H A Dresponders.py35 def method_not_allowed(allowed_methods, req, resp, **kwargs): function
48 partial_method_not_allowed = partial(method_not_allowed, allowed_methods)
49 update_wrapper(partial_method_not_allowed, method_not_allowed)
/dports/net/arataga/restinio-v.0.6.13/dev/sample/express_router/
H A Dmain.cpp221 auto method_not_allowed = []( const auto & req, auto ) { in server_handler() local
235 "/", method_not_allowed ); in server_handler()
243 "/author/:author", method_not_allowed ); in server_handler()
262 R"(/:booknum(\d+))", method_not_allowed ); in server_handler()
/dports/net/routinator/routinator-0.10.2/src/http/
H A Dmod.rs29 use self::errors::{method_not_allowed, not_found};
41 return method_not_allowed() in handle_request()
H A Derrors.rs22 pub fn method_not_allowed() -> Response<Body> { in method_not_allowed() function
/dports/www/p5-Amon2/Amon2-6.10/lib/Amon2/Web/Dispatcher/
H A DRouterBoom.pm64 …if (my ($dest, $captured, $method_not_allowed) = $class->router->match($env->{REQUEST_METHOD}, $en…
65 if ($method_not_allowed) {
H A DLite.pm22 if ($router->method_not_allowed) {
/dports/net/arataga/restinio-v.0.6.13/dev/sample/easy_parser_router/
H A Dmain.cpp228 auto method_not_allowed = []( const auto & req, const auto & ) { in server_handler() local
247 method_not_allowed ); in server_handler()
269 method_not_allowed ); in server_handler()
284 method_not_allowed ); in server_handler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/webapp2_extras/
H A Droutes.py336 method_not_allowed = False
350 method_not_allowed = True
352 if method_not_allowed:
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/http/
H A Dconstants.hpp149 method_not_allowed = 405, enumerator
225 case method_not_allowed: in get_string()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/http/
H A Dconstants.hpp149 method_not_allowed = 405, enumerator
225 case method_not_allowed: in get_string()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/http/
H A Dconstants.hpp149 method_not_allowed = 405, enumerator
225 case method_not_allowed: in get_string()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/http/
H A Dconstants.hpp149 method_not_allowed = 405, enumerator
225 case method_not_allowed: in get_string()
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Dendpoints.py27 handler = getattr(self, handler_name, self.method_not_allowed)
35 async def method_not_allowed(self, request: Request) -> Response: member in HTTPEndpoint
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dtest_http.pl114 test(method_not_allowed, Code == 405) :-
192 :- http_handler('/method_not_allowed', method_not_allowed,
231 method_not_allowed(Request) :-
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/misc/
H A Dselector.py47 def method_not_allowed(environ, start_response): function
82 status405 = staticmethod(method_not_allowed)
509 _method_not_allowed = staticmethod(method_not_allowed)
/dports/www/py-selector/selector-0.10.1/
H A Dselector.py19 def method_not_allowed(environ, start_response): function
39 status405 = staticmethod(method_not_allowed)
426 _method_not_allowed = staticmethod(method_not_allowed)
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/http/
H A Dstatus.hpp61 method_not_allowed = 405, enumerator
/dports/devel/hyperscan/boost_1_75_0/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator
/dports/devel/boost-libs/boost_1_72_0/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/http/
H A Dstatus.hpp70 method_not_allowed = 405, enumerator

1234