From 78db7635946ed2ac9a91710fe33a90d79f08f7da Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 14 Dec 2022 12:15:13 -0600 Subject: [PATCH] Change license to GPL, add VFS, directory listing, upload support and a fileserver example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ad92c8..d9ee975 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ If you can not use GPL either use 1.0.3.8 or use another library
A TcpListener HTTP Server -Currently Supports + +# Currently Supports - GET+HEAD+POST Requests - Seekable Video Files (Using Range) - Can Send Json To Client with helper function (uses Newtonsoft.Json)