Object with bitmasks that should be used with the HTTPAUTH and PROXYAUTH options.
CURLAUTH_BASIC becomes CurlAuth.Basic
NOTE: The option Only (CURLAUTH_ONLY) cannot be safely used on bitwise operations, because it represents a integer larger
than 32 bits, if you need to use it, you must do the bitwise operation without using the operators.
Object with bitmasks that should be used with the
HTTPAUTH
andPROXYAUTH
options.CURLAUTH_BASIC
becomesCurlAuth.Basic
NOTE: The option
Only
(CURLAUTH_ONLY
) cannot be safely used on bitwise operations, because it represents a integer larger than 32 bits, if you need to use it, you must do the bitwise operation without using the operators.See following StackOverflow questions for more info: https://stackoverflow.com/q/39660274/710693 https://stackoverflow.com/q/3637702/710693