Home
last modified time | relevance | path

Searched refs:http_helpers (Results 1 – 9 of 9) sorted by relevance

/openbmc/bmcweb/http/
H A Dcomplete_response_fields.hpp28 using http_helpers::Encoding; in handleEncoding()
29 using enum http_helpers::Encoding; in handleEncoding()
38 http_helpers::getPreferredEncoding(acceptEncoding, allowedEnc); in handleEncoding()
51 http_helpers::getPreferredEncoding(acceptEncoding, allowedEnc); in handleEncoding()
73 using http_helpers::ContentType; in completeResponseFields()
H A Dparsing.hpp25 return http_helpers::getContentType(contentType) == in isJsonContentType()
26 http_helpers::ContentType::JSON; in isJsonContentType()
H A Dhttp_connection.hpp308 http_helpers::ContentType::EventStream, false); in doUpgrade()
/openbmc/bmcweb/include/
H A Dforward_unauthorized.hpp30 if (http_helpers::isContentTypeAllowed( in sendUnauthorized()
31 accept, http_helpers::ContentType::HTML, false /*allowWildcard*/)) in sendUnauthorized()
H A Dhttp_utility.hpp26 namespace http_helpers namespace
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_dbus_eventlog.hpp112 if (!http_helpers::isContentTypeAllowed( in handleManagersDBusLogServiceActionsClear()
114 http_helpers::ContentType::OctetStream, true)) in handleManagersDBusLogServiceActionsClear()
135 if (!http_helpers::isContentTypeAllowed( in handleManagersDBusEventLogEntryDownload()
137 http_helpers::ContentType::OctetStream, true)) in handleManagersDBusEventLogEntryDownload()
H A Dsystems_logservices_dbus_eventlog.hpp171 if (!http_helpers::isContentTypeAllowed( in handleSystemsDBusEventLogEntryDownloadGet()
173 http_helpers::ContentType::OctetStream, true)) in handleSystemsDBusEventLogEntryDownloadGet()
H A Dsystems_logservices_postcodes.hpp513 if (!http_helpers::isContentTypeAllowed( in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
515 http_helpers::ContentType::OctetStream, true)) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp9 namespace http_helpers namespace