Closed SophieGuo410 closed 6 months ago
Attention: Patch coverage is 26.66667%
with 11 lines
in your changes are missing coverage. Please review.
Project coverage is 18.60%. Comparing base (
b4f759e
) to head (7059594
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pr supported the Expect:100-continue feature. This header indicates that the client is asking the server to confirm if it is acceptable to send the request body before actually sending it. The server, upon receiving such a request with the "Expect: 100-continue" header, can respond with a "100 Continue" status code if it is ready to receive the request body. If not ready or if there's an issue, it can respond with an appropriate error code.