summaryrefslogtreecommitdiff
path: root/http/routing.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-28Add url type safety to message registryEd Tanous1-2/+3
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-17/+18
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-20/+23
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Enable init checkerEd Tanous1-3/+3
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-5/+6
2021-12-28Move to common variantEd Tanous1-6/+5
2021-12-22Make routing capture by const referenceEd Tanous1-4/+5
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills1-1/+3
2021-11-16Remove AsyncResp from openHandlerzhanghch051-3/+1
2021-10-18Remove unused includesEd Tanous1-2/+0
2021-10-06catch exceptions as constPatrick Williams1-1/+1
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-0/+11
2021-06-16Remove ambiguous privileges constructorEd Tanous1-11/+3
2021-04-08Using AsyncResp everywherezhanghch051-76/+90
2021-02-24Fix XSS regressionsEd Tanous1-5/+0
2020-12-18Fix .clang-tidyEd Tanous1-44/+44
2020-10-23Turn on ALL perf checksEd Tanous1-8/+8
2020-10-23fix include namesEd Tanous1-0/+1453