Skip to content

Built a web server that implements HTTP 1.0 and 1.1 functionalities and supports standard browsers, e.g., Firefox, IE and Konquerer.

Notifications You must be signed in to change notification settings

hikushalhere/SimpleHTTPWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy the directories Server and Client to a directory of your choice, say myDir.

Server

1. Open a shell window and change directory to myDir/Server.
2. Issue the command make to compile the server code.
3. Now issue the command myhttpd <http_version> -p<port_number> -t<timeout_period>. The strings in angular brackets are placeholders and the angular brackets MUST not be included in the actual command issued. This will start the server.

Client

1. Open a shell window and change directory to myDir/Client
2. Issue the command make to compile the client code.
3. Now issue the command myclient <host_ip> <host_port_number> <number_of_threads>. The strings in angular brackets are placeholders and the angular brackets MUST not be included in the actual command issued. This will start the client.

About

Built a web server that implements HTTP 1.0 and 1.1 functionalities and supports standard browsers, e.g., Firefox, IE and Konquerer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published