aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/monitoring/httpstatus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reduce short-lived heap allocations in zenhttpStefan Boberg4 days1-1/+1
| | | | | - Replace std::vector<std::string_view> with eastl::fixed_vector<std::string_view, 4> for route capture segments, eliminating a heap allocation on every routed request - Add transparent comparator to status provider map, eliminating std::string temporary on every /status/ lookup
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-0/+62