I’m starting to get a sense of what publisher functionality I can put in a WSGI pipeline and what I shouldn’t.
The pipeline is very useful for specifying the order things should happen. For example, the error handling should be as early in the pipeline as possible, so it can handle many kinds of errors, but [...]