Adding duh readme
This commit is contained in:
commit
13029590a9
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# herb
|
||||||
|
The web server yer mom uses.
|
||||||
|
|
||||||
|
## In all seriousness!
|
||||||
|
This is a little fun experiment for me to mess around with Rust
|
||||||
|
|
||||||
|
## Chonklist
|
||||||
|
I need this stuff to actually have a functioning but basic web server.
|
||||||
|
[ ] Open a socket
|
||||||
|
[ ] Recieve HTTP requests
|
||||||
|
[ ] Process said requests
|
||||||
|
[ ] Send back HTTP requests
|
||||||
|
|
||||||
|
### Next Chonklist
|
||||||
|
The stuff I need to make it usable.
|
||||||
|
[ ] Read pages from filesystem
|
||||||
|
[ ] Detect missing files and return 404
|
||||||
|
[ ] Custom error pages
|
||||||
|
|
||||||
|
### SUPAR Chonklist
|
||||||
|
Whatever is on here, just to make it extra spicy.
|
||||||
|
[ ] HTTPS support
|
||||||
|
[ ] HTTP/2 support
|
||||||
|
[ ] Dynamic pages via CGI?
|
Loading…
Reference in a new issue