Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 262 Bytes

File metadata and controls

7 lines (5 loc) · 262 Bytes

HTTP Server

CS 5450 Networked and Distributed Systems
Instructors: Vitaly Shmatikov, Deborah Estrin

An HTTP 1.1 parser and layer supporting GET, HEAD, and POST.
Built on top of a select()-based echo server with support for multiple concurrent clients.