Well i have made a sort of file server whose
code is here and now i want to add in this code a parser which will take the requests from a client (client temporarily for me is the command from a terminal "GET /index.html HTTP/1.0") and will pick the "index.html" and after testing that this file is in the disc of this server it will send it to the client maybe with a "write".....Help me please