Home
last modified time | relevance | path

Searched refs:status_not_found (Results 1 – 13 of 13) sorted by relevance

/dports/net/arataga/restinio-v.0.6.13/dev/sample/sendfiles/
H A Dmain.cpp151 req->create_response( restinio::status_not_found() ) in server_handler()
173 req->create_response( restinio::status_not_found() ) in server_handler()
/dports/www/p5-Dancer-Plugin-REST/Dancer-Plugin-REST-0.11/
H A DREADME87 status_not_found
88 status_not_found("users doesn't exists");
H A DREADME.mkdn98 status_not_found("users doesn't exists");
/dports/www/p5-Catalyst-Action-REST/Catalyst-Action-REST-1.21/t/lib/Test/Catalyst/Action/REST/Controller/
H A DREST.pm75 $self->status_not_found( $c,
/dports/net/arataga/restinio-v.0.6.13/dev/sample/express_router_tutorial/
H A Dmain.cpp117 req->create_response( restinio::status_not_found() ) in server_handler()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/hello_world_sendfile/
H A Dmain.cpp119 restinio::status_not_found() ) in run_server()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/hello_world_sendfile_w32_unicode/
H A Dmain.cpp119 restinio::status_not_found() ) in run_server()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/hello_world_sendfile_https/
H A Dmain.cpp146 return req->create_response( restinio::status_not_found() ) in run_server()
/dports/www/p5-Dancer-Plugin-REST/Dancer-Plugin-REST-0.11/t/
H A D04_helpers.t47 return status_not_found("user undef") unless defined $user;
/dports/www/p5-Catalyst-Action-REST/Catalyst-Action-REST-1.21/lib/Catalyst/Controller/
H A DREST.pm539 sub status_not_found { subroutine
/dports/net/arataga/restinio-v.0.6.13/dev/sample/easy_parser_router/
H A Dmain.cpp288 return req->create_response( restinio::status_not_found() ) in server_handler()
/dports/net/arataga/restinio-v.0.6.13/
H A DREADME.md92 return req->create_response(restinio::status_not_found()).connection_close().done();
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/
H A Dhttp_headers.hpp2229 inline http_status_line_t status_not_found() in status_not_found() function