python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Ensure request method is a valid token #141

Closed tomchristie closed 2 years ago

tomchristie commented 2 years ago

We're currently validating the request target and raising a LocalProtocolError when it's invalid. We ought to also extend this to the request method.