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

Method setUseAsyncFileSend

Libraries/Http/HttpAsyncFileServer.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void HttpAsyncFileServer::setUseAsyncFileSend(bool value) { useAsyncFileSend = value; }
70
71Result HttpAsyncFileServer::setOptions(const HttpAsyncFileServerOptions& newOptions)
72{

Callers 2

httpFileServerTestMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by 1

httpFileServerTestMethod · 0.64