Skip to content

LucasPerso/proxy_socket_1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## Simple HTTP/1.0 Proxy.
## Romain Hardy & Lucas Personnaz

# Description
- Assignment Proxy -
This simple proxy allows HTTP requests with HTTP/1.0 version. 
This program does not currently support multithread. Thus it can only deal with one request at the time.
This simple-threaded proxy will likely miss some requests, resulting in missing content as images.

# Build
This program can be compiled with the following command:
make

# Usage
./proxy <port> 
Options: -v : Verbose mode.


About

Simple HTTP Proxy Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published