Change license to GPL, add VFS, directory listing, upload support and a fileserver example
This commit is contained in:
parent
811e6cf7d6
commit
78db763594
|
@ -8,7 +8,8 @@ If you can not use GPL either use 1.0.3.8 or use another library
|
||||||
<br>
|
<br>
|
||||||
A TcpListener HTTP Server
|
A TcpListener HTTP Server
|
||||||
|
|
||||||
Currently Supports
|
|
||||||
|
# Currently Supports
|
||||||
- GET+HEAD+POST Requests
|
- GET+HEAD+POST Requests
|
||||||
- Seekable Video Files (Using Range)
|
- Seekable Video Files (Using Range)
|
||||||
- Can Send Json To Client with helper function (uses Newtonsoft.Json)
|
- Can Send Json To Client with helper function (uses Newtonsoft.Json)
|
||||||
|
|
Loading…
Reference in New Issue