summaryrefslogtreecommitdiff
path: root/http/http_request.hpp
AgeCommit message (Expand)AuthorFilesLines
14 daysManage Request with shared_ptrJonathan Doman1-4/+3
2024-04-11Simplify routerEd Tanous1-1/+0
2024-04-07Fix minor error in Request::methodEd Tanous1-1/+1
2024-04-02Reduce multi-level calls of req.req membersMyung Bae1-0/+9
2024-03-25Fix redundant init issuesEd Tanous1-4/+4
2024-03-19Rename FileBody to HttpBodyEd Tanous1-3/+3
2024-02-16Simplify bodyEd Tanous1-4/+15
2024-02-06Make tests not require body interactionEd Tanous1-0/+10
2023-09-25Fix http2 stream pointerEd Tanous1-2/+2
2023-09-21Fix unessesary URL readEd Tanous1-7/+2
2023-08-01Revert "Cache user role in session object"Gunnar Mills1-0/+1
2023-07-28Cache user role in session objectEd Tanous1-1/+0
2023-06-28HTTP/2 supportEd Tanous1-0/+2
2023-03-11Make url by value in RequestEd Tanous1-20/+13
2023-03-11Remove body member from RequestEd Tanous1-8/+18
2023-03-11Remove fields member from RequestEd Tanous1-9/+11
2023-02-24Pass string views by valueEd Tanous1-1/+1
2022-12-15Prepare for boost::url upgradeEd Tanous1-4/+2
2022-12-07Implement If-Match header in Http layerEd Tanous1-2/+18
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-1/+1
2022-02-04Remove NEW_BOOST_URL macroEd Tanous1-20/+1
2022-02-02Next round of boost-uri updatesEd Tanous1-0/+19
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+3
2021-12-07Delete the copy constructor on the Request objectEd Tanous1-0/+3
2021-10-18Deduplicate url parsing codeEd Tanous1-3/+31
2021-10-05Boost uri updateEd Tanous1-1/+1
2021-09-09Change ownership of boost::req to crow::reqJohn Edward Broadbent1-4/+4
2021-05-12Include what you use in http request and responseEd Tanous1-0/+3
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish1-0/+2
2020-10-29Revert "Redfish Session : Support ClientOriginIPAddress"Ed Tanous1-2/+0
2020-10-23fix include namesEd Tanous1-0/+80