summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous4-5/+5
2023-02-24Pass string views by valueEd Tanous5-15/+14
2023-02-23HTTP Client: Increase max conns and reqsCarson Labrado1-3/+4
2023-02-17Add option for validating content-type headerEd Tanous1-0/+40
2023-02-17Fix missing includeEd Tanous1-0/+1
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-11Fix overwriting mTLS sessionBoleslaw Ogonczyk Makowski1-15/+11
2023-02-03Aggregation: Better handle dropped requestsCarson Labrado1-0/+5
2023-01-25Timer not started if user session is logged inNinad Palsule1-1/+0
2023-01-21Replace "Fix keepalive false" with patchset 3Ed Tanous1-3/+6
2023-01-18Fix a boatload of #includesEd Tanous7-11/+12
2023-01-17Add check for globalsEd Tanous1-0/+1
2023-01-12Fix keepalive falseEd Tanous1-4/+4
2023-01-12Clean up http end_of_stream tracesMyung Bae1-1/+2
2023-01-12Refactor mtls callbacks into their own fileEd Tanous2-161/+174
2022-12-28Add CBOR supportEd Tanous1-2/+8
2022-12-28Add missing usage of new verb class in routerSnehalatha Venkatesh1-4/+4
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