更新http服务器 剔除反射功能

This commit is contained in:
2025-03-31 15:08:04 +08:00
parent 5acd63eb99
commit 34d37e579b
9 changed files with 233 additions and 109 deletions

View File

@@ -6,7 +6,7 @@ class ShelfWebServer implements WebServer {
final String tag = "webserver";
ShelfWebServer(this.logger);
@override
void start(int port) async {}
void start(int port, {Function? interceptor}) async {}
@override
void stop() {}