Settings

Theme

Show HN: A raw HTTP request parser for Python

github.com

2 points by rtk0 a year ago · 2 comments · 1 min read

Reader

I needed to parse raw HTTP request strings but couldn't find a good solution so I built it myself.

stugreen13 a year ago

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

  • rtk0OP 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)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection