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
Ditto here. I need to be able to call async logging functions, async requests out to external processes, etc.
No problem with request_body_filter, it's already asynchronous. This appears to be the lone hold out. Also the last thing I went to implement, so just noticed it after writing a pile of async code I call from request_body_filter that I can't call from response_body_filter (just for example, a logging function)
What is the problem your feature solves, or the need it fulfills?
Sometimes it is necessary to add some asynchronous operations in this method.
The text was updated successfully, but these errors were encountered: