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
I don't think that fasthttp is a good fit here. It's good when you have many small requests but frames is mostly for streaming large responses. We have need to do a lot of work in the code to make streaming work, manually do routing and more.
In #156 we'd like to support HTTP authentication, which fasthttp won't support.
The text was updated successfully, but these errors were encountered:
I don't think that
fasthttp
is a good fit here. It's good when you have many small requests butframes
is mostly for streaming large responses. We have need to do a lot of work in the code to make streaming work, manually do routing and more.In #156 we'd like to support HTTP authentication, which fasthttp won't support.
The text was updated successfully, but these errors were encountered: