public isPatch () Checks whether HTTP method is PATCH. if _SERVER[“REQUEST_METHOD”]===”PATCH”
public isSecureRequest () Alias of isSecure(). It will be deprecated in future versions
public getSize () Returns the file size of the uploaded file
public getHeaders () Returns the available headers in the request
abstract public getName () ...
public getDigestAuth () Gets auth info accepted by the browser/client from $_SERVER[‘PHP_AUTH_DIGEST’]
public getLanguages () Gets languages array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_LANGUAGE”]
abstract public getSize () ...
public getRawBody () Gets HTTP raw request body
abstract public getRealType () ...
Page 4 of 8