summaryrefslogtreecommitdiff
path: root/http/http_response.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-27Add static webpack etag supportEd Tanous1-0/+6
2024-04-01Fix regression in http_file_bodyEd Tanous1-0/+1
2024-03-19Rename FileBody to HttpBodyEd Tanous1-2/+2
2024-02-28Fix duplicated etag generationMyung Bae1-5/+0
2024-02-16Simplify bodyEd Tanous1-118/+30
2024-01-22Make use of filebody for dump offloadAbhilash Raju1-7/+27
2023-12-08Reponse: Fix incomplete implementation in writeAbhilash Raju1-2/+5
2023-10-31Move to file_body in boostEd Tanous1-59/+143
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-23/+23
2023-07-20Replace logging with std::formatEd Tanous1-12/+12
2023-06-09Fix hack on Set-CookieEd Tanous1-2/+7
2023-06-01Server-sent-event fixesEd Tanous1-8/+0
2023-06-01Add Server-Sent-Event supportV-Sanjana1-0/+8
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-19Clear json objectEd Tanous1-2/+2
2023-05-19Clean up preparePayloadEd Tanous1-1/+27
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+1
2023-02-24Pass string views by valueEd Tanous1-1/+1
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-21Change variable scopesEd Tanous1-2/+2
2022-12-07Implement If-Match header in Http layerEd Tanous1-9/+19
2022-11-02Implement If-None-Match support for caching clientEd Tanous1-0/+24
2022-09-21query: propogate errors for expandNan Zhou1-0/+5
2022-08-24Redfish Aggregation: Router to satellite resourcesCarson Labrado1-0/+5
2022-08-04Preserve headers from the root object on expandEd Tanous1-3/+34
2022-08-03Remove jsonMode methodEd Tanous1-6/+0
2022-07-12Fix const correctness on http Response objectEd Tanous1-4/+4
2022-05-17Add callback for response handling to HttpClientCarson Labrado1-1/+1
2022-05-05Implement etag headersEd Tanous1-0/+12
2022-03-01Change the completionhandler to accept ResNan Zhou1-14/+40
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+4
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills1-31/+13
2021-11-16Change the completionhandler to accept Reszhanghch051-13/+31
2021-08-23connection use setter for completeRequestHandlerJohn Edward Broadbent1-0/+5
2021-05-12Include what you use in http request and responseEd Tanous1-0/+2
2021-04-26Fix infinite redirect when webui isn't installedEd Tanous1-1/+1
2020-12-18Fix .clang-tidyEd Tanous1-4/+4
2020-10-23Turn on ALL perf checksEd Tanous1-11/+0
2020-10-23fix include namesEd Tanous1-0/+159