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
Just a note: I think this would need to be done at the router level, so you can differentiate between a GET handler and a HEAD handler. With the latter, you wouldn't want to interfere.
We should provide a middleware for automatically handling HEAD requests by stripping the body from GET responses.
We can provide two flavors, one that always handles and one that handles only unhandled ones.
The text was updated successfully, but these errors were encountered: