summaryrefslogtreecommitdiff
path: root/http/http_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
7 daysFix lesser used optionsEd Tanous1-25/+28
14 daysManage Request with shared_ptrJonathan Doman1-25/+25
2024-05-01Bring consistency to config optionsEd Tanous1-7/+7
2024-04-24Fix large content error codesEd Tanous1-88/+203
2024-04-20Change ssl stream implementationsEd Tanous1-2/+1
2024-04-14Use beast message_generatorEd Tanous1-5/+5
2024-04-01Up the max connectionCount to 200Gunnar Mills1-1/+1
2024-03-19Rename FileBody to HttpBodyEd Tanous1-2/+3
2024-02-16Simplify bodyEd Tanous1-83/+39
2024-01-19Remove some boost includesEd Tanous1-4/+4
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
2023-12-05Fix missing dateEd Tanous1-1/+1
2023-12-05Unit test ConnectionEd Tanous1-67/+88
2023-10-31Move to file_body in boostEd Tanous1-40/+39
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-08-20mTLS: Fix handshake failuresMichal Orzel1-3/+5
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-2/+21
2023-07-20Replace logging with std::formatEd Tanous1-53/+54
2023-06-28HTTP/2 supportEd Tanous1-1/+30
2023-06-24Break out request completion from connectionEd Tanous1-55/+2
2023-06-08Remove urlEncodeEd Tanous1-1/+1
2023-06-05Break out serializer into its own cpp fileEd Tanous1-9/+1
2023-06-01Server-sent-event fixesEd Tanous1-2/+4
2023-06-01Add Server-Sent-Event supportV-Sanjana1-4/+5
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-05-19http_connection: Allow empty json objectsEd Tanous1-1/+1
2023-05-19Clean up preparePayloadEd Tanous1-10/+0
2023-05-12Revert "http_connection: Allow empty json objects"Ed Tanous1-1/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-04-25http_connection: Allow empty json objectsLei YU1-1/+1
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar1-4/+15
2023-03-11Make url by value in RequestEd Tanous1-5/+7
2023-03-03Allow logged in users to upload incrementallyEd Tanous1-15/+40
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-11Fix overwriting mTLS sessionBoleslaw Ogonczyk Makowski1-15/+11
2023-01-25Timer not started if user session is logged inNinad Palsule1-1/+0
2023-01-21Replace "Fix keepalive false" with patchset 3Ed Tanous1-3/+6
2023-01-18Fix a boatload of #includesEd Tanous1-4/+4
2023-01-17Add check for globalsEd Tanous1-0/+1
2023-01-12Fix keepalive falseEd Tanous1-4/+4
2023-01-12Clean up http end_of_stream tracesMyung Bae1-1/+2
2023-01-12Refactor mtls callbacks into their own fileEd Tanous1-161/+20
2022-12-28Add CBOR supportEd Tanous1-2/+8
2022-12-21Return bad request if can't constructGunnar Mills1-0/+2
2022-11-02Implement If-None-Match support for caching clientEd Tanous1-0/+9
2022-10-07Move ClientID parameter out of OEMEd Tanous1-2/+1
2022-09-13Make Accepts: */* default to JSONEd Tanous1-2/+2
2022-09-13Improve content typeEd Tanous1-1/+10
2022-08-06Use enum overload for field settingEd Tanous1-1/+2
2022-08-03Remove jsonMode methodEd Tanous1-1/+2