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.