MCPcopy Create free account
hub / github.com/SmingHub/Sming / staticOnPath

Method staticOnPath

Sming/Components/Network/src/Network/Http/HttpConnection.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79int HttpConnection::staticOnPath(http_parser* parser, const char* at, size_t length)
80{
81 GET_CONNECTION()
82
83 return connection->onPath(String(at, length));
84}
85
86#ifndef COMPACT_MODE
87int HttpConnection::staticOnStatus(http_parser* parser, const char*, size_t)

Callers

nothing calls this directly

Calls 2

StringClass · 0.50
onPathMethod · 0.45

Tested by

no test coverage detected