From adc12af877dcc0f88c9c04ca5a5d25119032e82e Mon Sep 17 00:00:00 2001 From: francesco messina <82264516+frame-src@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:10:29 +0200 Subject: [PATCH] Update README --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index c2ff626..c245cb0 100755 --- a/README +++ b/README @@ -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