summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
AgeCommit message (Expand)AuthorFilesLines
10 daysMove logging argsEd Tanous1-1/+0
2024-05-01Bring consistency to config optionsEd Tanous1-5/+3
2024-04-20Change ssl stream implementationsEd Tanous1-2/+2
2024-04-19Add missing headersEd Tanous1-1/+0
2024-04-14Use beast message_generatorEd Tanous1-6/+6
2024-04-11Fix large copies with url_view and segments_viewEd Tanous1-6/+7
2024-04-09Rework logger to create compile time errorsEd Tanous1-2/+1
2024-03-19Rename FileBody to HttpBodyEd Tanous1-5/+6
2024-02-16Simplify bodyEd Tanous1-9/+8
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2024-01-09http_client: fix for broken connectionAbhilash Raju1-11/+37
2023-10-31Move to file_body in boostEd Tanous1-20/+22
2023-08-24Avoid setting SNI hostname for IP addressesRavi Teja1-0/+7
2023-08-23Move http client to URLEd Tanous1-95/+66
2023-08-14Reduce some Error log severitiesCarson Labrado1-1/+1
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-8/+13
2023-07-20Replace logging with std::formatEd Tanous1-100/+91
2023-07-14AsyncResolve cleanups and error handlingEd Tanous1-1/+1
2023-07-11HTTP Client: Improve error messageSunitha Harish1-6/+12
2023-06-05Add SSE style subscription support to eventserviceAppaRao Puli1-5/+5
2023-05-30Allow async resolver to be optionalEd Tanous1-12/+20
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-3/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-1/+0
2023-03-20Aggregation: Increase response read limit to 50MBCarson Labrado1-136/+57
2023-02-24Take boost error_code by referenceEd Tanous1-1/+1
2023-02-23HTTP Client: Increase max conns and reqsCarson Labrado1-3/+4
2023-02-03Aggregation: Better handle dropped requestsCarson Labrado1-0/+5
2023-01-18Fix a boatload of #includesEd Tanous1-2/+2
2022-10-25HTTP Client: Improve handling operation timeoutsCarson Labrado1-22/+46
2022-10-12header cleanupsNan Zhou1-2/+4
2022-09-12ConnectionInfo move to bind_frontEd Tanous1-59/+59
2022-08-24Remove tcp_streamEd Tanous1-22/+50
2022-08-24Add SSL support for http_client (EventService)AppaRao Puli1-123/+276
2022-08-24Redfish Aggregation: Router to satellite resourcesCarson Labrado1-0/+6
2022-08-17HTTP Client: Further increase httpReadBodyLimitCarson Labrado1-1/+1
2022-07-15HTTP Client: Fix handling on connection timeoutCarson Labrado1-11/+12
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-07-06Remove redfish message from http clientEd Tanous1-1/+1
2022-07-05Make resHandler constEd Tanous1-2/+2
2022-07-02Remove unused variableEd Tanous1-1/+0
2022-07-02Fix unused branches in http_clientEd Tanous1-10/+6
2022-07-01Fix #includes on http_client.hppEd Tanous1-0/+10
2022-06-28Fix shadowed variable issuesEd Tanous1-15/+17
2022-06-28HttpClient: Increase httpReadBodyLimitCarson Labrado1-2/+3
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado1-15/+28
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-06-01Try to fix the lambda formatting issueEd Tanous1-103/+98
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-42/+40
2022-05-17Add callback for response handling to HttpClientCarson Labrado1-11/+55
2022-05-11Refactor HttpClient ClassCarson Labrado1-159/+431