I needed to parse raw HTTP request strings but couldn't find a good solution so I built it myself.
Show HN: A raw HTTP request parser for Python
1–3 of 3 posts
Re: Show HN: A raw HTTP request parser for Python
#2nice - super clean and lightweight. what are you parsing raw request strings for?
Re: Show HN: A raw HTTP request parser for Python
#3nice - super clean and lightweight. what are you parsing raw request strings for?
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)