You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design and construct core functionality in Canteen to expose an extensible interface to register, conditionally enable, execute and contain arbitrary filters on content at various stages of the request/response cycle.
Specifically, these filters should be conditionally executed based on request or runtime environment, such as an HTTP request's User-Agent header, or the presence of gevent versus tornado.
More to come on interface details.
The text was updated successfully, but these errors were encountered:
Design and construct core functionality in Canteen to expose an extensible interface to register, conditionally enable, execute and contain arbitrary filters on content at various stages of the request/response cycle.
Specifically, these filters should be conditionally executed based on request or runtime environment, such as an HTTP request's
User-Agent
header, or the presence ofgevent
versustornado
.More to come on interface details.
The text was updated successfully, but these errors were encountered: