/openbmc/bmcweb/include/ |
H A D | security_headers.hpp | 20 if (res.getHeaderValue(bf::cache_control).empty()) in addSecurityHeaders() 26 std::string_view contentType = res.getHeaderValue("Content-Type"); in addSecurityHeaders()
|
H A D | login_routes.hpp | 37 std::string_view contentType = req.getHeaderValue("content-type"); in handleLogin() 162 username = req.getHeaderValue("username"); in handleLogin() 163 password = req.getHeaderValue("password"); in handleLogin()
|
H A D | webassets.hpp | 104 req.getHeaderValue(boost::beast::http::field::if_none_match); in handleStaticAsset()
|
H A D | multipart_parser.hpp | 68 std::string_view contentType = req.getHeaderValue("content-type"); in parse()
|
/openbmc/bmcweb/test/http/ |
H A D | http2_connection_test.cpp | 52 EXPECT_EQ(req->getHeaderValue(boost::beast::http::field::user_agent), in handle() 54 EXPECT_EQ(req->getHeaderValue(boost::beast::http::field::accept), in handle() 56 EXPECT_EQ(req->getHeaderValue(":authority"), "localhost:18080"); in handle()
|
H A D | http_connection_test.cpp | 45 EXPECT_EQ(req->getHeaderValue(boost::beast::http::field::host), in handle()
|
H A D | http_response_test.cpp | 30 EXPECT_EQ(res.getHeaderValue("myheader"), "myvalue"); in verifyHeaders()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 302 if (!resp.getHeaderValue("Content-Type").empty()) in addAggregatedHeaders() 305 resp.getHeaderValue("Content-Type")); in addAggregatedHeaders() 307 if (!resp.getHeaderValue("Allow").empty()) in addAggregatedHeaders() 310 resp.getHeaderValue("Allow")); in addAggregatedHeaders() 312 std::string_view header = resp.getHeaderValue("Location"); in addAggregatedHeaders() 319 if (!resp.getHeaderValue("Retry-After").empty()) in addAggregatedHeaders() 322 resp.getHeaderValue("Retry-After")); in addAggregatedHeaders() 941 if (isJsonContentType(resp.getHeaderValue("Content-Type"))) in processResponse() 1003 if (isJsonContentType(resp.getHeaderValue("Content-Type"))) in processCollectionResponse() 1135 if (isJsonContentType(resp.getHeaderValue("Content-Type"))) in processContainsSubordinateResponse()
|
H A D | query.hpp | 63 req.getHeaderValue(boost::beast::http::field::if_match)}; in handleIfMatch() 131 std::string_view odataHeader = req.getHeaderValue("OData-Version"); in setUpRedfishRouteWithDelegation()
|
/openbmc/bmcweb/http/ |
H A D | http_request.hpp | 95 std::string_view getHeaderValue(std::string_view key) const in getHeaderValue() function 100 std::string_view getHeaderValue(boost::beast::http::field key) const in getHeaderValue() function
|
H A D | http_connection.hpp | 304 isContentTypeAllowed(req->getHeaderValue("Accept"), in doUpgrade() 385 accept = req->getHeaderValue("Accept"); in handle() 392 if (req->getHeaderValue(boost::beast::http::field::host).empty()) in handle() 421 req->getHeaderValue("X-Requested-With"), in handle() 422 req->getHeaderValue("Accept"), res); in handle() 439 req->getHeaderValue(boost::beast::http::field::if_none_match); in handle()
|
H A D | parsing.hpp | 34 req.getHeaderValue(boost::beast::http::field::content_type))) in parseRequestAsJson()
|
H A D | http2_connection.hpp | 280 it->second.accept = thisReq.getHeaderValue("Accept"); in onRequestRecv() 309 thisReq.getHeaderValue("X-Requested-With"), in onRequestRecv() 310 thisReq.getHeaderValue("Accept"), asyncResp->res); in onRequestRecv() 315 thisReq.getHeaderValue(boost::beast::http::field::if_none_match); in onRequestRecv()
|
H A D | http_response.hpp | 164 std::string_view getHeaderValue(std::string_view key) const in getHeaderValue() function 169 std::string_view getHeaderValue(boost::beast::http::field key) const in getHeaderValue() function
|
H A D | websocket_impl.hpp | 81 req.getHeaderValue(bf::sec_websocket_protocol)}; in start()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | eventservice_sse.hpp | 53 std::string lastEventId(req.getHeaderValue("Last-Event-Id")); in createSubscription()
|
H A D | redfish_sessions.hpp | 216 if (!req.getHeaderValue("X-Requested-With").empty()) in processAfterSessionCreation()
|
H A D | systems_logservices_postcodes.hpp | 509 req.getHeaderValue("Accept"), in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
|
H A D | update_service.hpp | 1053 std::string_view contentType = req.getHeaderValue("Content-Type"); in handleUpdateServicePost()
|
H A D | log_services.hpp | 2297 req.getHeaderValue("Accept"), in handleDBusEventLogEntryDownloadGet()
|
/openbmc/bmcweb/include/ibm/ |
H A D | management_console_rest.hpp | 54 boost::beast::string_view contentType = req.getHeaderValue("content-type"); in handleFilePut()
|