summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-28http: utility_test: fix namespaceNan Zhou1-25/+15
2022-06-28http: utility_test: fix headersNan Zhou1-2/+13
2022-06-28HttpClient: Increase httpReadBodyLimitCarson Labrado1-2/+3
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado1-15/+28
2022-06-14http/app: iwyuNan Zhou1-0/+7
2022-06-14http_server: remove unused variableNan Zhou1-3/+0
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