opts: document CURLE_OUT_OF_MEMORY among other return values
This commit is contained in:
@@ -111,6 +111,8 @@ CURLAUTH_ONLY was added in 7.21.3
|
||||
|
||||
CURLAUTH_NTLM_WB was added in 7.22.0
|
||||
.SH RETURN VALUE
|
||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
|
||||
CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
|
||||
methods.
|
||||
.SH "SEE ALSO"
|
||||
.BR CURLOPT_PROXYAUTH "(3), " CURLOPT_USERPWD "(3), "
|
||||
|
||||
Reference in New Issue
Block a user