This commit is contained in:
the-djmaze 2024-02-27 23:16:47 +01:00
parent 0cd39afadc
commit b3893f7164

View file

@ -7,10 +7,11 @@ abstract class Request
const const
/** /**
* Authentication * Authentication
* These are bitwise options
*/ */
AUTH_BASIC = 1, AUTH_BASIC = 1,
AUTH_DIGEST = 2, AUTH_DIGEST = 2,
AUTH_BEARER = 3; AUTH_BEARER = 4;
public public
$timeout = 5, // timeout in seconds. $timeout = 5, // timeout in seconds.