summaryrefslogtreecommitdiff
path: root/http/routing.hpp
AgeCommit message (Expand)AuthorFilesLines
14 daysManage Request with shared_ptrJonathan Doman1-21/+22
2024-04-11Simplify routerEd Tanous1-201/+172
2024-04-09Rework logger to create compile time errorsEd Tanous1-9/+7
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2024-04-01Use no-switch-default on clangEd Tanous1-1/+1
2024-03-21Allow routes with 5 wildcardsEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-22/+23
2023-06-28Simplify the routerEd Tanous1-9/+53
2023-06-09Break up router into separate filesEd Tanous1-761/+6
2023-06-06Add support for multiple consolesNinad Palsule1-2/+2
2023-06-01Server-sent-event fixesEd Tanous1-26/+6
2023-06-01Add Server-Sent-Event supportV-Sanjana1-0/+91
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-13/+40
2023-05-16Boost::urls::formatEd Tanous1-3/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-21/+12
2023-04-27Remove nameStr from routerEd Tanous1-26/+2
2023-04-27Remove number support from the routerEd Tanous1-247/+49
2023-04-18Copy privilegeset into websocket ruleEd Tanous1-0/+1
2023-03-23nbd proxy and websocket cleanupsEd Tanous1-2/+13
2023-03-22Fix Request use-after-moveJonathan Doman1-11/+10
2023-03-17Fix some movesEd Tanous1-17/+22
2023-03-15Add Support for privilege check in handleUpgradeP Dheeraj Srujan Kumar1-45/+78
2023-03-15Remove try-catch blocks on handleUpgradeEd Tanous1-22/+2
2023-03-15Move validation code to unpackPropertiesNoThrowEd Tanous1-32/+28
2023-03-15Break out large lambda into callbackEd Tanous1-96/+108
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar1-21/+23
2023-03-11Make url by value in RequestEd Tanous1-8/+13
2023-02-24Take boost error_code by referenceEd Tanous1-1/+1
2023-02-24Pass string views by valueEd Tanous1-3/+3
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-28Add missing usage of new verb class in routerSnehalatha Venkatesh1-4/+4
2022-12-07Implement If-Match header in Http layerEd Tanous1-5/+5
2022-12-06Code move to prevent circular dependencyEdward Lee1-8/+0
2022-12-06Make router take up less space for verbsEd Tanous1-18/+27
2022-09-01Add Method Not Allowed (405) handlerEd Tanous1-31/+53
2022-09-01Allow custom 404 handlersEd Tanous1-68/+118
2022-08-10routing: fix some commentsNan Zhou1-3/+3
2022-08-01ServiceRoot Support Link headerEd Tanous1-6/+0
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-5/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous1-84/+80
2022-05-17Handle HEAD and Allow headers per the specEd Tanous1-11/+42
2022-05-11Revert "Handle HEAD and Allow headers per the spec"Ed Tanous1-42/+11
2022-05-10Handle HEAD and Allow headers per the specEd Tanous1-11/+42
2022-04-29Delete forked function_traitsEd Tanous1-5/+5
2022-03-29Remove AsyncResp from openHandlerzhanghch051-3/+1
2022-03-22Consitently use dbus::utility typesEd Tanous1-39/+37
2022-03-17Remove special router logic for trailing slashEd Tanous1-51/+2
2022-03-01Make the router const correctEd Tanous1-9/+12
2022-02-28websocket: fix authlessNan Zhou1-0/+2