summaryrefslogtreecommitdiff
path: root/http/http2_connection.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-16Simplify HTTP/2 bufferingEd Tanous1-70/+42
2024-02-16Simplify bodyEd Tanous1-67/+56
2024-01-19Remove some boost includesEd Tanous1-1/+0
2023-10-31Move to file_body in boostEd Tanous1-9/+32
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-09-25Fix http2 stream pointerEd Tanous1-38/+28
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-2/+2
2023-07-20Replace logging with std::formatEd Tanous1-45/+45
2023-06-28HTTP/2 supportEd Tanous1-0/+555