Name
easy:SetOpt_Expect_100_Timeout_MS -- timeout for Expect: 100-continue response
Synopsis
easy:SetOpt_Expect_100_Timeout_MS(milliseconds)
Function
Pass a value to tell libcurl the number of milliseconds to wait for a server response with the HTTP status 100 (Continue), 417 (Expectation Failed) or similar after sending an HTTP request containing an Expect: 100-continue header. If this times out before a response is received, the request body is sent anyway.

Inputs
milliseconds
input value

Show TOC