Home
last modified time | relevance | path

Searched refs:method_string (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/beast/test/beast/http/
Dmessage.cpp161 m2.method_string("G"); in testMessage()
164 BEAST_EXPECT(m1.method_string() == "G"); in testMessage()
165 BEAST_EXPECT(m2.method_string().empty()); in testMessage()
352 BEAST_EXPECT(h.method_string() == to_string(v)); in testMethod()
357 h.method_string(s); in testMethod()
359 BEAST_EXPECT(h.method_string() == s); in testMethod()
/third_party/boost/libs/beast/test/doc/
Dhttp_examples.cpp95 req.method_string("POST"); in doExpect100Continue()
128 req.method_string("POST"); in doRelay()
/third_party/node/src/api/
Dcallback.cc224 Local<String> method_string = in MakeCallback() local
226 return MakeCallback(isolate, recv, method_string, argc, argv, asyncContext); in MakeCallback()
/third_party/boost/boost/beast/http/impl/
Dmessage.hpp54 method_string() const in method_string() function in boost::beast::http::header
64 method_string(string_view s) in method_string() function in boost::beast::http::header
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dmessage.hpp54 method_string() const in method_string() function in boost::beast::http::header
64 method_string(string_view s) in method_string() function in boost::beast::http::header
/third_party/boost/libs/beast/include/boost/beast/http/
Dmessage.hpp158 method_string() const;
171 method_string(string_view s);
Dparser.hpp357 m_.method_string(method_str); in on_request_impl()
/third_party/boost/boost/beast/http/
Dmessage.hpp158 method_string() const;
171 method_string(string_view s);
Dparser.hpp357 m_.method_string(method_str); in on_request_impl()
/third_party/weston/compositor/
Dmain.c1562 char *method_string = NULL; in configure_input_device_scroll() local
1578 &method_string, NULL) != 0) in configure_input_device_scroll()
1580 if (strcmp(method_string, "two-finger") == 0) in configure_input_device_scroll()
1582 else if (strcmp(method_string, "edge") == 0) in configure_input_device_scroll()
1584 else if (strcmp(method_string, "button") == 0) in configure_input_device_scroll()
1586 else if (strcmp(method_string, "none") == 0) in configure_input_device_scroll()
1590 method_string); in configure_input_device_scroll()
1599 weston_log(" scroll-method=%{public}s\n", method_string); in configure_input_device_scroll()
1620 free(method_string); in configure_input_device_scroll()
/third_party/boost/libs/beast/example/http/server/small/
Dhttp_server_small.cpp122 << std::string(request_.method_string()) in process_request()
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp198 "Invalid request-method '" + std::string(req.method_string()) + "'\r\n"); in process_request()
/third_party/boost/libs/beast/example/doc/
Dhttp_examples.hpp338 res.body() = "Invalid request-method '" + std::string(req.method_string()) + "'"; in do_server_head()
/third_party/boost/libs/beast/doc/html/
Dbeast_HTML.manifest598 beast/ref/boost__beast__http__header/method_string.html
599 beast/ref/boost__beast__http__header/method_string/overload1.html
600 beast/ref/boost__beast__http__header/method_string/overload2.html
696 beast/ref/boost__beast__http__message/method_string.html
697 beast/ref/boost__beast__http__message/method_string/overload1.html
698 beast/ref/boost__beast__http__message/method_string/overload2.html
/third_party/boost/libs/beast/doc/qbk/08_design/
D1_http_message.qbk260 string_view method_string() const;
/third_party/boost/libs/beast/doc/qbk/
Dreference.qbk17531 [[*[link beast.ref.boost__beast__http__header.method_string method_string]]
17881 …llers may use [link beast.ref.boost__beast__http__header.method_string.overload1 `method_string`] …
17886 [link beast.ref.boost__beast__http__header.method_string.overload1 `method_string`]
17931 [section:method_string http::header::method_string]
17932 [indexterm2 method_string..http::header]
17938 ``[link beast.ref.boost__beast__http__header.method_string.overload1 method_string]``() const;
17939 ``[''''&raquo;''' [link beast.ref.boost__beast__http__header.method_string.overload1 `more...`]]``
17946 ``[link beast.ref.boost__beast__http__header.method_string.overload2 method_string]``(
17948 ``[''''&raquo;''' [link beast.ref.boost__beast__http__header.method_string.overload2 `more...`]]``
17951 [section:overload1 http::header::method_string (1 of 2 overloads)]
[all …]