C++POSIX ThreadsSemaphoresMutexes

A multi-threaded HTTP proxy server in C with an LRU cache, supporting concurrent client connections using POSIX threads, semaphores, and mutexes for efficient response caching.

A multi-threaded HTTP proxy server in C with an LRU cache, supporting concurrent client connections using POSIX threads, semaphores, and mutexes for efficient response caching.