AspenWeb / pando.py

Filesystem dispatch + Simplates + Python = a nice web framework.
http://aspen.io/
Other
149 stars 38 forks source link

Invert type hierarchy of request.line #576

Closed Changaco closed 8 years ago

Changaco commented 8 years ago

This PR will close #222.

Note that it also modifies the handling of HTTP methods: it removes the length limit of 64 and changes the response code from 501 to 400 when the method is invalid.

Changaco commented 8 years ago

I have two other branches ready on top of this.

Changaco commented 8 years ago

(I'm going offline for the rest of the day.)