Home
last modified time | relevance | path

Searched refs:valid_http_method (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/test/http/
H A Drequest_incremental_parser_test.cpp42 std::string valid_http_method = "GET "; in TEST() local
44 p.parse_until(request_parser_type::method_done, valid_http_method); in TEST()
/dports/www/p5-HTTP-Server-Simple/HTTP-Server-Simple-0.52/lib/HTTP/Server/
H A DSimple.pm415 unless ($self->valid_http_method($method) ) {
773 sub valid_http_method { subroutine
/dports/net/p5-REST-Application/REST-Application-0.992/bin/
H A Dserver409 unless ($self->valid_http_method($method) ) {
739 sub valid_http_method {
/dports/www/p5-REST-Client/REST-Client-273/t/
H A Dbasic.t181 sub valid_http_method {
/dports/www/p5-HTTP-Server-Simple/HTTP-Server-Simple-0.52/
H A DChanges173 - new method: valid_http_method() from Chris Dent to make it easier to