-
Notifications
You must be signed in to change notification settings - Fork 436
Closed
Description
-
On a post, request returns status code 100 & headers, I see no indication in the docs as to the proper way to now send the body and wait for the response.
-
Is there an option to disable the adding of the "Expect: 100-continue" header? Consider an "intermediate" node in some micro-services setup, where it is proxying out a request that has been validated, sanitized, & normalized such that there is no chance of the request being rejected based on the headers, no need to incur the extra latency.