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

Method staticOnBody

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

Source from the content-addressed store, hash-verified

147}
148
149int HttpConnection::staticOnBody(http_parser* parser, const char* at, size_t length)
150{
151 GET_CONNECTION()
152
153 return connection->onBody(at, length);
154}
155
156int HttpConnection::staticOnMessageComplete(http_parser* parser)
157{

Callers

nothing calls this directly

Calls 1

onBodyMethod · 0.45

Tested by

no test coverage detected