summaryrefslogtreecommitdiff
path: root/http/http_response.hpp
AgeCommit message (Expand)AuthorFilesLines
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