summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2022-12-21Return bad request if can't constructGunnar Mills1-0/+2
2022-12-21Change variable scopesEd Tanous2-4/+3
2022-12-15Prepare for boost::url upgradeEd Tanous3-23/+17
2022-12-07Implement If-Match header in Http layerEd Tanous3-16/+42
2022-12-06Code move to prevent circular dependencyEdward Lee2-8/+8
2022-12-06Make router take up less space for verbsEd Tanous2-18/+96
2022-11-02Implement If-None-Match support for caching clientEd Tanous2-0/+33
2022-10-26utility: Append Url Pieces to existing UrlWilly Tu1-2/+16
2022-10-25HTTP Client: Improve handling operation timeoutsCarson Labrado1-22/+46
2022-10-12header cleanupsNan Zhou1-2/+4
2022-10-07Move ClientID parameter out of OEMEd Tanous1-2/+1
2022-09-22treewide: reorganize unit testsNan Zhou2-352/+0
2022-09-21query: propogate errors for expandNan Zhou1-0/+5
2022-09-13Make Accepts: */* default to JSONEd Tanous1-2/+2
2022-09-13Improve content typeEd Tanous1-1/+10
2022-09-12ConnectionInfo move to bind_frontEd Tanous1-59/+59
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