string|null segment(int $index, string|null $default = null) Get a segment
string|array server(string $key = null, string|array|null $default = null)
string url() Get the URL (no query string) for the request.
string path() Get the current path info for the request.
string|null prefers(string|array $contentTypes) Return the most suitable
bool acceptsJson() Determines whether a request accepts JSON.
Application getApplication()
bool accepts(string|array $contentTypes) Determines whether the current
array except(array|mixed $keys) Get all of the input except for a specified
$this setUserResolver(Closure $callback)
Page 1 of 11