Commit Graph

28 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 fe1911c3cc Added the ability to route to root on StaticServer instead of 404 2023-02-11 23:55:59 -06:00
Mike Nolan 565dd7cce3 Change license to GPL, add VFS, directory listing, upload support and a fileserver example 2022-12-14 12:16:28 -06:00
Mike Nolan 78db763594 Change license to GPL, add VFS, directory listing, upload support and a fileserver example 2022-12-14 12:15:13 -06:00
Mike Nolan 811e6cf7d6 Change license to GPL, add VFS, directory listing, upload support and a fileserver example 2022-12-14 12:11:03 -06:00
Mike Nolan 358fb10348 Change license to GPL, add VFS, directory listing, upload support and a fileserver example 2022-12-14 12:09:41 -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 8a912e2a86 Fix POST ctx.ParseBody(); (Actually fixed it this time) 2022-07-27 18:30: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 620abb15e4 added badges 2022-04-03 11:08:34 -05:00
Michael Nolan b8f9941539 added badges 2022-04-03 11:07:37 -05:00
Michael Nolan d935a8d3cd added badges 2022-04-03 11:07:07 -05:00
Michael Nolan 766fffdeb8 added badges 2022-04-03 11:05:35 -05:00
Michael Nolan 9244284c44 Converted to NET Standard 2.0 2022-04-03 10:36:38 -05:00
Michael Nolan dc581343a4 Added BasicAuth, HostName Server, HTTPS (Maybe) 2022-04-03 09:39:54 -05:00
Michael Nolan 937a2e15c6 First version 2022-04-02 16:19:37 -05:00
Michael Nolan d9e66a1427 First version 2022-04-02 16:15:20 -05:00
Michael Nolan c144565f70 Initial Commit 2022-04-02 13:59:12 -05:00