Lines Matching refs:http
117 boost::beast::http::request<bmcweb::HttpBody> req;
120 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()
126 namespace http = boost::beast::http;
138 http::request<bmcweb::HttpBody> req;
139 using parser_type = http::response_parser<bmcweb::HttpBody>;
279 boost::beast::http::async_write( in sendMessage()
286 boost::beast::http::async_write( in sendMessage()
332 boost::beast::http::async_read( in recvMessage()
339 boost::beast::http::async_read( in recvMessage()
459 res.result(boost::beast::http::status::bad_gateway); in waitAndRetry()
727 const boost::beast::http::fields& httpHeader, in sendData()
728 const boost::beast::http::verb verb, in sendData()
732 boost::beast::http::request<bmcweb::HttpBody> thisReq( in sendData()
734 thisReq.set(boost::beast::http::field::host, in sendData()
790 dummyRes.result(boost::beast::http::status::too_many_requests); in sendData()
902 const boost::beast::http::fields& httpHeader, in sendData()
903 const boost::beast::http::verb verb) in sendData()
915 const boost::beast::http::fields& httpHeader, in sendDataWithCallback()
916 const boost::beast::http::verb verb, in sendDataWithCallback()