Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 299 Bytes

CS-1652-Assignment-1

http_client.cc, http_server1.cc, and http_server2.cc all seem to be functionally identical to the provided binaries.

When accessing a file from the server, always prepend the path with the '/' character. Both servers begin searching for files from their working directory.