kirpichik / yx-proxy

Simple multithreading caching proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple multithreading caching proxy for POSIX systems

This proxy supports only HTTP/1.0.

Requests/Responses using HTTP/1.1 will be interpreted as HTTP/1.0.

Requirements

  • UNIX system
  • GNU Make

Build

Downloading sourse codes

git clone https://github.com/kirpichik/yx-proxy.git
cd yx-proxy

Building

make

Usage

./yx-proxy < port >

Included dependencies

About

Simple multithreading caching proxy

License:MIT License


Languages

Language:C 97.7%Language:C++ 1.7%Language:Makefile 0.6%