gawel / WSGIProxy2

A WSGI Proxy with various http client backends
https://wsgiproxy2.readthedocs.org/en/latest/
MIT License
12 stars 17 forks source link

Make allowed_methods check optional #3

Closed lrowe closed 11 years ago

lrowe commented 11 years ago

Passing allowed_methods=None to the Proxy constructor disables the allowed_methods check.