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
All of the examples I've seen for reading a hyper Body of the request or response are async. The methods in the middleware trait are not asynchronous. Is it possible to read the body contents in these methods?
If so can you provide an example of what this would look like?
The text was updated successfully, but these errors were encountered:
All of the examples I've seen for reading a hyper Body of the request or response are async. The methods in the middleware trait are not asynchronous. Is it possible to read the body contents in these methods?
If so can you provide an example of what this would look like?
The text was updated successfully, but these errors were encountered: