summaryrefslogtreecommitdiff
path: root/http/server_sent_event.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Fix buffer_copyEd Tanous1-3/+3
2024-04-01Fix SSE socketsEd Tanous1-4/+5
2024-03-19Rename FileBody to HttpBodyEd Tanous1-1/+2
2024-03-18Add unit test for SSEEd Tanous1-36/+32
2024-01-19Remove some boost includesEd Tanous1-1/+0
2024-01-09Fix spelling mistakesEd Tanous1-3/+3
2023-07-20Replace logging with std::formatEd Tanous1-18/+20
2023-06-01Server-sent-event fixesEd Tanous1-134/+55
2023-06-01Add Server-Sent-Event supportV-Sanjana1-0/+368