Searched refs:http_helpers (Results 1 – 9 of 9) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | complete_response_fields.hpp | 28 using http_helpers::Encoding; in attemptZstdCompression() 29 using enum http_helpers::Encoding; in attemptZstdCompression() 67 using http_helpers::Encoding; in handleEncoding() 68 using enum http_helpers::Encoding; in handleEncoding() 77 http_helpers::getPreferredEncoding(acceptEncoding, allowedEnc); in handleEncoding() 92 http_helpers::getPreferredEncoding(acceptEncoding, allowedEnc); in handleEncoding() 107 http_helpers::getPreferredEncoding(acceptEncoding, allowedEnc); in handleEncoding() 133 using http_helpers::ContentType; in completeResponseFields()
|
| H A D | parsing.hpp | 25 return http_helpers::getContentType(contentType) == in isJsonContentType() 26 http_helpers::ContentType::JSON; in isJsonContentType()
|
| H A D | http_connection.hpp | 314 http_helpers::ContentType::EventStream, false); in doUpgrade()
|
| /openbmc/bmcweb/include/ |
| H A D | forward_unauthorized.hpp | 30 if (http_helpers::isContentTypeAllowed( in sendUnauthorized() 31 accept, http_helpers::ContentType::HTML, false /*allowWildcard*/)) in sendUnauthorized()
|
| H A D | http_utility.hpp | 26 namespace http_helpers namespace
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_logservices_dbus_eventlog.hpp | 113 if (!http_helpers::isContentTypeAllowed( in handleManagersDBusLogServiceActionsClear() 115 http_helpers::ContentType::OctetStream, true)) in handleManagersDBusLogServiceActionsClear() 136 if (!http_helpers::isContentTypeAllowed( in handleManagersDBusEventLogEntryDownload() 138 http_helpers::ContentType::OctetStream, true)) in handleManagersDBusEventLogEntryDownload()
|
| H A D | systems_logservices_dbus_eventlog.hpp | 172 if (!http_helpers::isContentTypeAllowed( in handleSystemsDBusEventLogEntryDownloadGet() 174 http_helpers::ContentType::OctetStream, true)) in handleSystemsDBusEventLogEntryDownloadGet()
|
| H A D | systems_logservices_postcodes.hpp | 513 if (!http_helpers::isContentTypeAllowed( in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() 515 http_helpers::ContentType::OctetStream, true)) in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet()
|
| /openbmc/bmcweb/test/include/ |
| H A D | http_utility_test.cpp | 9 namespace http_helpers namespace
|