Guoye Zhang
Guoye Zhang
We have 2 reasons for using client-generated tokens in the initial draft: (1) we want the minimum number of round trips, and (2) we don't want to depend on 1xx...
Here is a list of various options to perform feature detection for reusable upload. Is 1xx status code the best option among them? - HTTP/2 and HTTP/3 SETTINGS frame -...
@martinthomson mentioned that `Upload-Incomplete` is not interoperable in the chat. Would you expand on your thoughts? Any suggestions on how we can improve it?
Support HTTP resumable upload. (NIOResumableUpload depends on NIOHTTPTypes, so this PR includes changes in #202. Please leave comments specific for NIOHTTPTypes in #202) ### Motivation: Supporting HTTP resumable upload protocol...
WebSocket uses the extended-CONNECT form in HTTP/2 and HTTP/3. When creating an HTTPRequest from a URLRequest, we should translate it into the new form. `:method`: `GET` -> `CONNECT` `:scheme`: `wss`/`ws`...
Resolves #76