| /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 | webassets.hpp | 107 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/features/webui_login/ |
| H A D | login_routes.hpp | 37 std::string_view contentType = req.getHeaderValue("content-type"); in handleLogin() 169 username = req.getHeaderValue("username"); in handleLogin() 170 password = req.getHeaderValue("password"); in handleLogin()
|
| /openbmc/bmcweb/http/ |
| H A D | http_request.hpp | 101 std::string_view getHeaderValue(std::string_view key) const in getHeaderValue() function 106 std::string_view getHeaderValue(boost::beast::http::field key) const in getHeaderValue() function
|
| H A D | http_connection.hpp | 313 isContentTypeAllowed(req->getHeaderValue("Accept"), in doUpgrade() 395 accept = req->getHeaderValue(field::accept); in handle() 396 acceptEncoding = req->getHeaderValue(field::accept_encoding); in handle() 403 if (req->getHeaderValue(field::host).empty()) in handle() 432 req->getHeaderValue("X-Requested-With"), in handle() 433 req->getHeaderValue("Accept"), res); in handle() 450 req->getHeaderValue(boost::beast::http::field::if_none_match); in handle()
|
| H A D | parsing.hpp | 33 req.getHeaderValue(boost::beast::http::field::content_type))) in parseRequestAsJson()
|
| H A D | http2_connection.hpp | 303 it->second.accept = thisReq.getHeaderValue(field::accept); in onRequestRecv() 304 it->second.acceptEnc = thisReq.getHeaderValue(field::accept_encoding); in onRequestRecv() 333 thisReq.getHeaderValue("X-Requested-With"), in onRequestRecv() 334 thisReq.getHeaderValue("Accept"), asyncResp->res); in onRequestRecv() 339 thisReq.getHeaderValue(boost::beast::http::field::if_none_match); in onRequestRecv()
|
| H A D | http_response.hpp | 168 std::string_view getHeaderValue(std::string_view key) const in getHeaderValue() function 173 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/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() 1000 if (isJsonContentType(resp.getHeaderValue("Content-Type"))) in processResponse() 1062 if (isJsonContentType(resp.getHeaderValue("Content-Type"))) in processCollectionResponse() 1194 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/test/http/ |
| H A D | http2_connection_test.cpp | 53 EXPECT_EQ(req->getHeaderValue(boost::beast::http::field::user_agent), in handle() 55 EXPECT_EQ(req->getHeaderValue(boost::beast::http::field::accept), 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 | 31 EXPECT_EQ(res.getHeaderValue("myheader"), "myvalue"); in verifyHeaders()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_logservices_dbus_eventlog.hpp | 114 req.getHeaderValue("Accept"), in handleManagersDBusLogServiceActionsClear() 137 req.getHeaderValue("Accept"), in handleManagersDBusEventLogEntryDownload()
|
| H A D | eventservice_sse.hpp | 54 std::string lastEventId(req.getHeaderValue("Last-Event-Id")); in createSubscription()
|
| H A D | systems_logservices_dbus_eventlog.hpp | 173 req.getHeaderValue("Accept"), in handleSystemsDBusEventLogEntryDownloadGet()
|
| H A D | redfish_sessions.hpp | 205 if (!req.getHeaderValue("X-Requested-With").empty()) in processAfterSessionCreation()
|
| H A D | systems_logservices_postcodes.hpp | 514 req.getHeaderValue("Accept"), in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
|
| H A D | update_service.hpp | 1136 std::string_view contentType = req.getHeaderValue("Content-Type"); in handleUpdateServicePost() 1161 std::string_view contentType = req.getHeaderValue("Content-Type"); in handleUpdateServiceMultipartUpdatePost()
|
| /openbmc/bmcweb/features/ibm/ |
| H A D | ibm_management_console_rest.hpp | 54 boost::beast::string_view contentType = req.getHeaderValue("content-type"); in handleFilePut()
|