I have been working on creating a small C server to which browsers can connect and make "GET" requests for files. I ran the basic structure of the server using the typical "socket", "bind", "listen", and "accept". Then I used the file descriptor "accept" in order to invoke "write" or "send" calls to the client, which makes "GET" requests in the form ofI have been working on creating a small C serve