Lines Matching refs:boost
29 using Body = boost::beast::http::request<bmcweb::HttpBody>;
33 boost::urls::url urlBase;
38 boost::asio::ip::address ipAddress;
72 void addHeader(boost::beast::http::field key, std::string_view value) in addHeader()
81 ipAddress = boost::asio::ip::address(); in clear()
86 boost::beast::http::verb method() const in method()
91 void method(boost::beast::http::verb verb) in method()
106 std::string_view getHeaderValue(boost::beast::http::field key) const in getHeaderValue()
111 void clearHeader(boost::beast::http::field key) in clearHeader()
126 boost::urls::url& url() in url()
131 boost::urls::url_view url() const in url()
136 const boost::beast::http::fields& fields() const in fields()
160 return boost::beast::websocket::is_upgrade(req); in isUpgrade()
171 auto result = boost::urls::parse_relative_ref(target()); in setUrlInfo()