mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Beta implementation for a form parser in case of POST HTTP request.
This commit is contained in:
@@ -28,7 +28,8 @@ namespace MTSC_TestServer
|
||||
.AddExceptionHandler(new ExceptionConsoleLogger())
|
||||
//.AddHandler(new BroadcastHandler())
|
||||
.AddHandler(new WebsocketHandler().AddWebsocketHandler(new BroadcastModule()))
|
||||
.AddHandler(new HttpHandler().AddHttpModule(new FileServerModule()))
|
||||
.AddHandler(new HttpHandler().AddHttpModule(new FileServerModule())
|
||||
.AddHttpModule(new PostModule()))
|
||||
.Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user