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
Why
Sometimes, some business logic is dependant on specific implementation of Request for given server interpreter. Unfortunately, right now there is no easy way to extract original request representation and use it in further flow.
Proposition ServerRequest might have an additional field, for example underlying: Any, which would represent original request. This way it could be extracted via extractFromRequest and used in business logic flow.
The text was updated successfully, but these errors were encountered:
Why
Sometimes, some business logic is dependant on specific implementation of Request for given server interpreter. Unfortunately, right now there is no easy way to extract original request representation and use it in further flow.
Proposition
ServerRequest
might have an additional field, for exampleunderlying: Any
, which would represent original request. This way it could be extracted viaextractFromRequest
and used in business logic flow.The text was updated successfully, but these errors were encountered: