Proxy C library for HTTP/s protocol
Go to file
2024-07-21 22:41:14 +02:00
.gitignore proxy: add basic title parsing 2024-07-21 22:41:14 +02:00
Makefile proxy: add basic title parsing 2024-07-21 22:41:14 +02:00
proxy_parse.c init: create repository with bootstrap code 2024-07-21 19:43:17 +02:00
proxy_parse.h init: create repository with bootstrap code 2024-07-21 19:43:17 +02:00
proxy.c proxy: add basic title parsing 2024-07-21 22:41:14 +02:00
README proxy: add basic title parsing 2024-07-21 22:41:14 +02:00
structs.h proxy: add basic title parsing 2024-07-21 22:41:14 +02:00

============
CUSTOM PROXY
============

Proxy for HTTP/1.0 standard protocol 

RFC: datatracker.ietf.org/doc/html/rfc1945
RES: cs.princeton.edu/courses/archive/spr13/cos461/assignments-proxy.html
RES: Beej's Guide to Network Programming - Using Internet Sockets
RES: en.wikipedia.org/wiki/Proxy_server
RES: TCP/IP sockets in C - Practical guide for programmers 2nd edition