Skip to content

Quimy/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http 1.0 Server RFC: https://tools.ietf.org/html/rfc1945

Server compilation:

  1. Compile using cmake 'cmake ..'.
  2. Then 'make'.
  3. Start serwer with './httpServer'

Root folder for server is /serverRoot.

Server works on port 7070.

Running tests:

  1. In /tests run: cat 'filename_with_request' | nc localhost 7070.

Releases

No releases published

Packages

No packages published