Ok, using args and all

This commit is contained in:
Justine
2023-01-09 18:23:49 +01:00
parent 0cc2d8cbb6
commit f02f23f992
5 changed files with 383 additions and 51 deletions

View File

@ -4,5 +4,7 @@ This is a simple web server expanding on the example given in the Rust book. At
TODO:
* Also answer css requests, pictures, etc => OK
* Fully integrate the config path => More or less
* Gather info about the client (IP, User-Agent, etc) to do funny stuff with it
* Fully integrate the config path => Ok
* Gather info about the client (IP, User-Agent, etc) to do funny stuff with it => Just printing client's adress for now
* Use arguments => Done, clap is very very nice !
* Not satisfied with the way root_folder is handled, being passed on from one function to another.