MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / CommonDiagnostics

Method CommonDiagnostics

src/Networking/HttpResponder.cpp:1628–1631  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

lcatfMethod · 0.80

Tested by

no test coverage detected