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
This is not something that Japronto was made for and I purposefully skipped it. Japronto is made for fast turn over small request small response usage scenario.
If you need to wait for your body to arrive due to slow network and client you are better off with general frameworks because latencies and wait times would totally kill speed benefits.
Is it possible to make request.body an asynchronous function so that we can use something like "text=await request.text()" in the handler?
The text was updated successfully, but these errors were encountered: