Home
last modified time | relevance | path

Searched refs:method_not_allowed (Results 51 – 75 of 82) sorted by relevance

1234

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "Method Not Allowed";
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "Method Not Allowed";
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "Method Not Allowed";
/dports/devel/boost-libs/boost_1_72_0/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "Method Not Allowed";
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "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/impl/
H A Dstatus.ipp63 case status::method_not_allowed:
149 case status::method_not_allowed: return "Method Not Allowed";
/dports/devel/boost-docs/boost_1_72_0/boost/beast/http/impl/
H A Dstatus.ipp61 case status::method_not_allowed:
168 case status::method_not_allowed: return "Method Not Allowed";
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/filters/
H A Dmethod.rs94 Err(::reject::method_not_allowed()) in method_is()
/dports/www/p5-Amon2-Lite/Amon2-Lite-0.09/lib/Amon2/
H A DLite.pm135 if ($router->method_not_allowed) {
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/
H A Dreject.rs107 pub(crate) fn method_not_allowed() -> Rejection { in method_not_allowed() function
748 method_not_allowed().status(), in rejection_status()
910 .combine(method_not_allowed()); in find_cause()
/dports/www/erlang-cowboy/cowboy-1.1.2/src/
H A Dcowboy_rest.erl120 method_not_allowed(Req, State,
133 method_not_allowed(Req2, State2, List)
137 method_not_allowed(Req, State, []) -> function
140 method_not_allowed(Req, State, Methods) -> function
/dports/www/restbed/restbed-4.8/source/corvusoft/restbed/detail/
H A Dservice_impl.hpp101 void method_not_allowed( const std::shared_ptr< Session > session ) const;
H A Dservice_impl.cpp482 void ServiceImpl::method_not_allowed( const shared_ptr< Session > session ) const in method_not_allowed() function in restbed::detail::ServiceImpl
578 method_handler = bind( &ServiceImpl::method_not_allowed, this, _1 ); in router()
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhttp_header.pl376 % - method_not_allowed(Method, Path)
487 status_has_content(method_not_allowed(_Method, _URL)).
645 status_page_hook(method_not_allowed(Method,URL), html_tokens(HTML), _Options) :-
H A Dhttp_exception.pl106 method_not_allowed(Method, Location),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/
H A Dwebapp2.py1202 method_not_allowed = False
1209 method_not_allowed = True
1211 if method_not_allowed:
/dports/devel/py-azure-mgmt-recoveryservicesbackup/azure-mgmt-recoveryservicesbackup-0.15.0/azure/mgmt/recoveryservicesbackup/models/
H A D_recovery_services_backup_client_enums.py395 method_not_allowed = "MethodNotAllowed" variable in HttpStatusCode
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowboy/src/
H A Dcowboy_rest.erl337 method_not_allowed(Req, State,
351 method_not_allowed(Req2, State2, List)
355 method_not_allowed(Req, State, []) -> function
358 method_not_allowed(Req, State, Methods) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ibrowse/src/
H A Dibrowse_lib.erl132 status_code(405) -> method_not_allowed;
/dports/www/erlang-ibrowse/ibrowse-4.4.0/src/
H A Dibrowse_lib.erl132 status_code(405) -> method_not_allowed;
/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dupdate_documents_test.exs149 assert resp.body["error"] == "method_not_allowed"
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_httpd.erl1314 ?_assertEqual(ok, log_response(405, method_not_allowed))},
1317 log_response(405, {json, {[{error, method_not_allowed}]}}))},
/dports/devel/efl/efl-1.25.1/src/lib/ecore_con/
H A Defl_net_http_types.eot63 method_not_allowed = 405, [[HTTP status code: method not allowed]]
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/
H A Dhttp_headers.hpp2062 constexpr http_status_code_t method_not_allowed{ 405 }; variable
2233 { return http_status_line_t{ status_code::method_not_allowed, "Method Not Allowed" }; } in status_method_not_allowed()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/impl/
H A Dresponse.ipp63 method_not_allowed = 405,

1234