Update README.md
This commit is contained in:
parent
6126fd035d
commit
f608d0e729
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -6,23 +6,37 @@ This is a little fun experiment for me to mess around with Rust
|
||||||
|
|
||||||
## Chonklist
|
## Chonklist
|
||||||
I need this stuff to actually have a functioning but basic web server.
|
I need this stuff to actually have a functioning but basic web server.
|
||||||
|
|
||||||
[x] Open a socket
|
[x] Open a socket
|
||||||
|
|
||||||
[x] Recieve HTTP requests
|
[x] Recieve HTTP requests
|
||||||
|
|
||||||
[x] Process said requests
|
[x] Process said requests
|
||||||
|
|
||||||
[x] Send back HTTP requests
|
[x] Send back HTTP requests
|
||||||
|
|
||||||
[ ] Read pages from filesystem
|
[ ] Read pages from filesystem
|
||||||
|
|
||||||
### Next Chonklist
|
### Next Chonklist
|
||||||
The stuff I need to make it usable.
|
The stuff I need to make it usable.
|
||||||
|
|
||||||
[ ] Detect missing files and return 404
|
[ ] Detect missing files and return 404
|
||||||
|
|
||||||
[ ] Custom error pages
|
[ ] Custom error pages
|
||||||
|
|
||||||
[ ] User configurable
|
[ ] User configurable
|
||||||
|
|
||||||
[ ] Make an actual header
|
[ ] Make an actual header
|
||||||
|
|
||||||
### SUPAR Chonklist
|
### SUPAR Chonklist
|
||||||
Whatever is on here, just to make it extra spicy.
|
Whatever is on here, just to make it extra spicy.
|
||||||
|
|
||||||
[ ] HTTPS support
|
[ ] HTTPS support
|
||||||
|
|
||||||
[ ] HTTP/2 support
|
[ ] HTTP/2 support
|
||||||
|
|
||||||
[ ] Dynamic pages via CGI?
|
[ ] Dynamic pages via CGI?
|
||||||
|
|
||||||
[ ] Image thumbnailing/compression
|
[ ] Image thumbnailing/compression
|
||||||
|
|
||||||
[ ] Compressing big files
|
[ ] Compressing big files
|
||||||
|
|
Loading…
Reference in a new issue