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
After trying it out a bit, unfortunately this doesn't look like it's that easy to do since impl<'a> From<&'a str> for Body does not live long enough. We could implement something like from_static_string but that would be quite uneconomic
This would reduce the amount of allocations needed when the body content is known at compile time
The text was updated successfully, but these errors were encountered: