1- header_getter 2 3- get rid of environ_decoder (push it into environ_getter) 4 5- Setting a value via request.headers['Foo'] = 'bar' will now raise an 6 encoding error if the value is Unicode and not ascii-compatible. 7 8