Commit Graph

14 Commits

Author SHA1 Message Date
Mike Nolan 5e557faaaf Fix SPA Server and 404 on IVirtualFileSystem
RouteServer now returns NotFoundServer or another server
MountableServer now can implicitly support NotFoundServer
2023-06-08 14:04:59 -05:00
Mike Nolan e75b2048c9 Added the ability to route to root on StaticServer instead of 404 2023-02-11 23:56:34 -06:00
Mike Nolan 7f44596e22 Change license to GPL, add VFS, directory listing and upload support 2022-12-14 12:08:52 -06:00
Michael Nolan 9277fda0d5 Added Server Sent Events 2022-09-01 00:26:26 -05:00
Michael Nolan 3162360069 Fix POST ctx.ParseBody(); (Actually fixed it this time) 2022-07-27 18:31:52 -05:00
Michael Nolan 0ff38b0211 Fix POST ctx.ParseBody(); 2022-07-26 21:52:32 -05:00
Mike Nolan 0b5eb9085c Hopefully support multiple simultaneous connections 2022-07-06 16:19:40 -05:00
Mike Nolan 340c8ae946 Add Server header, connection close and urldecode on get params 2022-06-22 15:03:20 -05:00
Mike Nolan 68bf4deb21 Added the ability to get ip/port info for :0 2022-05-16 15:57:46 -05:00
Mike Nolan 9218a90d49 try catching some exceptions 2022-05-05 12:49:34 -05:00
Mike Nolan 2aed769ac7 Hopefully catch failed connections 2022-05-03 13:56:14 -05:00
Michael Nolan 7886cc120c added reading from request 2022-04-24 13:56:06 -05:00
Michael Nolan ccdcf0b8f6 updated 2022-04-23 13:25:45 -05:00
Michael Nolan 9244284c44 Converted to NET Standard 2.0 2022-04-03 10:36:38 -05:00