Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 640 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 640 Bytes

SimpleHTTPServer

Description

simple http server that handles small set of HTTP 1.1 methods

Usage

  • open terminal
  • change directory to {YOUR-PROJ-PATH}/SimpleHTTPServer/bin/debug
  • run :
./SimpleHTTPServer (port_number)

Note : that the port number the server attached to is given to the server as an input , if no arguments passed the defualt port will be 8080

Test

http://localhost:8080/index.html

Voila :D