Change license to GPL, add VFS, directory listing, upload support and a fileserver example

This commit is contained in:
Mike Nolan 2022-12-14 12:15:13 -06:00
parent 811e6cf7d6
commit 78db763594
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ If you can not use GPL either use 1.0.3.8 or use another library
<br>
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)