Show HN: A raw HTTP request parser for Python

2 pointsposted a year ago
by rtk0

2 Comments

stugreen13

a year ago

nice - super clean and lightweight. what are you parsing raw request strings for?

rtk0

a year ago

Thank you. I was tinkering with sockets programming while working on a side-project in Python and needed to parse through a raw HTTP request to do some manipulation before sending it (to be precise - a proxy that reads requests, makes changes and forwards it to the destination)