| 428 | String uploadURL = StringEncoding::Ascii; |
| 429 | |
| 430 | explicit Context(HttpAsyncServer& server) : httpServer(server) {} |
| 431 | } context(httpServer); |
| 432 | context.loop = &eventLoop; |
| 433 | context.fileServer = &fileServer; |
nothing calls this directly
no outgoing calls
no test coverage detected