Request
class Request extends Model (View source)
Properties
protected | $authType | ||
protected | $authDataType | ||
string[] | $headers | ||
string | $host | ||
string | $id | ||
string | $method | ||
string | $path | ||
string | $protocol | ||
string | $query | ||
string | $reason | ||
string | $scheme | ||
string | $size | ||
string | $time |
Methods
setHeaders($headers)
No description
string[]
getHeaders()
No description
setHost($host)
No description
string
getHost()
No description
setId($id)
No description
string
getId()
No description
setMethod($method)
No description
string
getMethod()
No description
setPath($path)
No description
string
getPath()
No description
setProtocol($protocol)
No description
string
getProtocol()
No description
setQuery($query)
No description
string
getQuery()
No description
setReason($reason)
No description
string
getReason()
No description
setScheme($scheme)
No description
string
getScheme()
No description
setSize($size)
No description
string
getSize()
No description
setTime($time)
No description
string
getTime()
No description
Details
setAuth(Auth $auth)
No description
Auth
getAuth()
No description
setHeaders($headers)
No description
string[]
getHeaders()
No description
setHost($host)
No description
string
getHost()
No description
setId($id)
No description
string
getId()
No description
setMethod($method)
No description
string
getMethod()
No description
setPath($path)
No description
string
getPath()
No description
setProtocol($protocol)
No description
string
getProtocol()
No description
setQuery($query)
No description
string
getQuery()
No description
setReason($reason)
No description
string
getReason()
No description
setScheme($scheme)
No description
string
getScheme()
No description
setSize($size)
No description
string
getSize()
No description
setTime($time)
No description
string
getTime()
No description