/third_party/boost/libs/beast/test/beast/http/ |
D | message.cpp | 161 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/ |
D | http_examples.cpp | 95 req.method_string("POST"); in doExpect100Continue() 128 req.method_string("POST"); in doRelay()
|
/third_party/node/src/api/ |
D | callback.cc | 224 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/ |
D | message.hpp | 54 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/ |
D | message.hpp | 54 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/ |
D | message.hpp | 158 method_string() const; 171 method_string(string_view s);
|
D | parser.hpp | 357 m_.method_string(method_str); in on_request_impl()
|
/third_party/boost/boost/beast/http/ |
D | message.hpp | 158 method_string() const; 171 method_string(string_view s);
|
D | parser.hpp | 357 m_.method_string(method_str); in on_request_impl()
|
/third_party/weston/compositor/ |
D | main.c | 1562 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/ |
D | http_server_small.cpp | 122 << std::string(request_.method_string()) in process_request()
|
/third_party/boost/libs/beast/example/http/server/fast/ |
D | http_server_fast.cpp | 198 "Invalid request-method '" + std::string(req.method_string()) + "'\r\n"); in process_request()
|
/third_party/boost/libs/beast/example/doc/ |
D | http_examples.hpp | 338 res.body() = "Invalid request-method '" + std::string(req.method_string()) + "'"; in do_server_head()
|
/third_party/boost/libs/beast/doc/html/ |
D | beast_HTML.manifest | 598 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/ |
D | 1_http_message.qbk | 260 string_view method_string() const;
|
/third_party/boost/libs/beast/doc/qbk/ |
D | reference.qbk | 17531 [[*[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 ``[''''»''' [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 ``[''''»''' [link beast.ref.boost__beast__http__header.method_string.overload2 `more...`]]`` 17951 [section:overload1 http::header::method_string (1 of 2 overloads)] [all …]
|