summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Add Method Not Allowed (405) handlerEd Tanous2-31/+85
2022-09-01Allow custom 404 handlersEd Tanous2-72/+158
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: Aggregate CollectionsCarson Labrado1-0/+7
2022-08-24Redfish Aggregation: Fixup aggregated URIsCarson Labrado1-0/+30
2022-08-24Redfish Aggregation: Router to satellite resourcesCarson Labrado2-0/+11
2022-08-24Allow parsing urls with extra elementsEd Tanous2-9/+44
2022-08-17HTTP Client: Further increase httpReadBodyLimitCarson Labrado1-1/+1
2022-08-15Move time utils to be in one placeEd Tanous2-241/+0
2022-08-10Support micro and milli resolution on timestampsEd Tanous2-3/+40
2022-08-10routing: fix some commentsNan Zhou1-3/+3
2022-08-06Use enum overload for field settingEd Tanous1-1/+2
2022-08-05Drop boost::posix_timeEd Tanous3-35/+113
2022-08-04Preserve headers from the root object on expandEd Tanous1-3/+34
2022-08-03Remove jsonMode methodEd Tanous2-7/+2
2022-08-02app: fix -Wpessimizing-moveNan Zhou1-4/+3
2022-08-01ServiceRoot Support Link headerEd Tanous1-6/+0
2022-07-23test treewide: iwyuNan Zhou2-3/+14
2022-07-16Remove usages of boost::starts/ends_withEd Tanous2-2/+0
2022-07-15HTTP Client: Fix handling on connection timeoutCarson Labrado1-11/+12
2022-07-14Simplify logic in router matcherEd Tanous1-4/+6
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-07-12Fix const correctness on http Response objectEd Tanous1-4/+4
2022-07-08Remove magic numbersEd Tanous1-29/+54
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-30Require explicit decorator on one arg constructorsEd Tanous2-6/+7
2022-06-28Fix shadowed variable issuesEd Tanous4-32/+34
2022-06-28http: router_test: fix namespaceNan Zhou1-10/+15
2022-06-28http: router_test: fix headersNan Zhou1-2/+10
2022-06-28http: utility_test: fix namespaceNan Zhou1-25/+15
2022-06-28http: utility_test: fix headersNan Zhou1-2/+13
2022-06-28HttpClient: Increase httpReadBodyLimitCarson Labrado1-2/+3
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado1-15/+28
2022-06-14http/app: iwyuNan Zhou1-0/+7
2022-06-14http_server: remove unused variableNan Zhou1-3/+0
2022-06-06Fix www-authenticate behaviorEd Tanous1-1/+1
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-06-02Allow boost url and url_view to be added to jsonEd Tanous2-0/+34
2022-06-01Try to fix the lambda formatting issueEd Tanous5-386/+372
2022-05-31meson option: make the insecure-disable-auth macro more accurateNan Zhou1-4/+4
2022-05-27Include-what-you-use in http connectionEd Tanous1-0/+4
2022-05-26auth: change authorization.hpp to authentication.hppNan Zhou1-4/+4
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-42/+40
2022-05-17Add callback for response handling to HttpClientCarson Labrado2-12/+56
2022-05-17Handle HEAD and Allow headers per the specEd Tanous2-11/+79