Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

INTRO:
-----------
Implementation of a server in C++
The focus of this project is to implement an HTTP/1.1 compliant server according to the RFC[1].
The server is capable of handling multiple connections through kernel event notification mechanism.
The focus of this project is to implement an HTTP/1.1 compliant server according to the RFC[1] using C++.
It has to be capable of handling multiple connections through kernel event notification mechanism.

Supported methods:
- GET
Expand Down