-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
At the moment, it is not possible but to use bytes to pass raw data to the client
This conflicts with definitions that are string and represented as StrictStr in model.
Describe the solution you'd like
Same solution as in the sample here:
| elif isinstance(body, str) or isinstance(body, bytes): |