Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 250 Bytes

Name: Ori Tor HTTP Server

Files Included: threadpool.h: header file. threadpool.c: pool of threads that knows how to complete a given task. server.c: HTTP server that gets request from clients and uses the threadpool in order to send a response.