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
Server could respond with status code + headers (even before the full client body is at the server, or even has been sent), additionally specify which trailer "headers" you want respond with (Trailer support in the API whatwg/fetch#981)
Server can respond with a body or upgrading the connection to a different protocol (which would have to be advertised through upgrade header).
Server is done sending the response body or the upgraded connection closes.
url,headers, whether abodyis present, andreq.connectionupgradeheader).1 must happen before 3 and 4, and 6 stops 2.