SGunner2014 / WebServe

Web Server Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Server Assignment

The purpose of this assignment is to create a rudimentary web server in C that supports the GET, HEAD and PUT request types in the HTTP protocol.

Notes for self:

We could add structs for each request type from the client and use a union to store the data

About

Web Server Assignment


Languages

Language:C 60.0%Language:Makefile 24.5%Language:CMake 15.3%Language:HTML 0.1%Language:JavaScript 0.0%