summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-11Refactor HttpClient ClassCarson Labrado1-159/+431
2022-05-11Revert "Handle HEAD and Allow headers per the spec"Ed Tanous2-79/+11
2022-05-10Handle HEAD and Allow headers per the specEd Tanous2-11/+79
2022-05-05Implement etag headersEd Tanous1-0/+12
2022-04-29Delete forked function_traitsEd Tanous2-46/+8
2022-04-19Remove regex uses in event service and consolidateEd Tanous3-43/+91
2022-04-13Add common url segments parserSzymon Dompke2-2/+121
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-1/+0
2022-03-29Remove AsyncResp from openHandlerzhanghch052-11/+4
2022-03-28Drop unused App.sslFile() methodJiaqing Zhao1-41/+0
2022-03-22Refactor getParameterTagEd Tanous1-85/+86
2022-03-22Consitently use dbus::utility typesEd Tanous1-39/+37
2022-03-17Remove special router logic for trailing slashEd Tanous1-51/+2
2022-03-10Remove unused utility classesEd Tanous1-30/+0
2022-03-10Add back getParameterTag unit testsEd Tanous1-0/+19
2022-03-07Don't rely on operator << for object loggingEd Tanous3-6/+8
2022-03-04Fix the build for time_tEd Tanous1-5/+7
2022-03-02Fix constexpr on clangEd Tanous1-2/+5
2022-03-01Change the completionhandler to accept ResNan Zhou3-34/+60
2022-03-01Make the router const correctEd Tanous1-9/+12
2022-02-28websocket: fix authlessNan Zhou2-1/+4
2022-02-28Add url type safety to message registryEd Tanous1-2/+3
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-1/+1
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous2-0/+87
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-17/+18
2022-02-11Add readability-redundant-* checksEd Tanous3-4/+3
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous4-6/+7
2022-02-08Add UrlFromPieces helper functionEd Tanous2-0/+37
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-3/+0
2022-02-07Enable readability-named-parameter checksEd Tanous1-20/+23
2022-02-04Remove NEW_BOOST_URL macroEd Tanous1-20/+1
2022-02-04Remove getTimestampEd Tanous1-10/+0
2022-02-02Next round of boost-uri updatesEd Tanous1-0/+19
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-27getDateTimeStdtime: fix building warnings in 32bitsNan Zhou1-7/+12
2022-01-25Fix Boost exceptions in GetDateTime seriesEd Tanous2-32/+45
2022-01-25Update unit tests for getDateTimeEd Tanous1-7/+40
2022-01-19Include what you useEd Tanous1-3/+6
2022-01-12Enable pro-type-cstyle-cast checksEd Tanous1-2/+3