I recently found out about this behavior of first sending the headers and the waiting for a 100-continue
status from the server, then sending the body.
I want this behavior for a file upload feature and I found no code examples, instead some discussions about this topic in relation to fetch.
From what I’ve been able to understand: this behavior is not supported in browsers? or in fetch? If it is, can someone share a code example?