Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

Renamed request.meta to request.environ in Plain. It's the WSGI environ dict, so now it's called what it is.

Also added a new request.query_string attribute to go with request.content_type and request.headers.