Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 249 Bytes

Basic-HTTP-Server

Implementation of a basic HTTP server made with C++.

HTTP Requests supported:
GET
POST
PUT
DELETE

Status codes supported:
200 OK
404 NOT FOUND
400 BAD REQUEST
201 CONTENT CREATED
204 NO CONTENT