static*/
| 1626 | } |
| 1627 | |
| 1628 | /*static*/ void HttpResponder::CommonDiagnostics(const StringRef& reply) noexcept |
| 1629 | { |
| 1630 | reply.lcatf("HTTP sessions: %u of %u", numSessions, MaxHttpSessions); |
| 1631 | } |
| 1632 | |
| 1633 | void HttpResponder::AddCorsHeader() noexcept |
| 1634 | { |