Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 272 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 272 Bytes

HTTP-server

An implementaation of a functional HTTP/1.1 server in C that parses HTTP requests and crafts responses.

Methods

It implements the GET method.

Service

It serves any type of dynamic content and two types of static content: HTML files and PNG images.