Home
last modified time | relevance | path

Searched refs:urlView (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_response.hpp193 void preparePayload(const boost::urls::url_view& urlView) in preparePayload()
215 logPtr(this), urlView.path()); in preparePayload()
H A Dhttp2_connection.hpp227 boost::urls::url_view urlView; in sendResponse() local
230 urlView = stream.req->url(); in sendResponse()
232 res.preparePayload(urlView); in sendResponse()
H A Dutility.hpp471 const boost::urls::url_view_base& urlView, const uint replaceLoc, in replaceUrlSegment() argument
474 const boost::urls::segments_view& urlSegments = urlView.segments(); in replaceUrlSegment()
H A Dhttp_connection.hpp837 boost::urls::url_view urlView; in doWrite() local
840 urlView = req->url(); in doWrite()
842 res.preparePayload(urlView); in doWrite()