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
It'd be neat if there was some way to get either a UTF-8 String or a slice or vector of u8 (I think both will be useful at different times) through an extractor in the way that you can get a specific Deserializable today.
The text was updated successfully, but these errors were encountered:
I have an API where I am just accepting a freeform string in a POST. I was able to read a capped amount of bytes, thus:
It'd be neat if there was some way to get either a UTF-8
String
or a slice or vector ofu8
(I think both will be useful at different times) through an extractor in the way that you can get a specificDeserializable
today.The text was updated successfully, but these errors were encountered: