MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / sendJsonCopy

Method sendJsonCopy

Libraries/Http/HttpConnection.cpp:318–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318Result HttpConnection::sendJsonCopy(int code, StringSpan body) { return sendBodyCopy(code, body, "application/json"); }
319
320void HttpConnectionBase::setTransportStreams(AsyncReadableStream& readable, AsyncWritableStream& writable)
321{

Callers 3

handleRequestMethod · 0.80
onRequestMethod · 0.80

Calls

no outgoing calls

Tested by 1