Class Illuminate\Http\Request

extends Request
implements Arrayable, ArrayAccess
uses CanBePrecognitive, InteractsWithContentTypes, InteractsWithFlashData, InteractsWithInput, Conditionable, Macroable
Methods
Methods inherited from Symfony\Component\HttpFoundation\Request
__construct(), initialize(), createFromGlobals(), create(), setFactory(), __clone(), __toString(), overrideGlobals(), setTrustedProxies(), getTrustedProxies(), getTrustedHeaderSet(), setTrustedHosts(), getTrustedHosts(), normalizeQueryString(), enableHttpMethodParameterOverride(), getHttpMethodParameterOverride(), hasPreviousSession(), setSession(), getClientIps(), getClientIp(), getScriptName(), getPathInfo(), getBasePath(), getBaseUrl(), getScheme(), getPort(), getUser(), getPassword(), getUserInfo(), getHttpHost(), getRequestUri(), getSchemeAndHttpHost(), getUri(), getUriForPath(), getRelativeUriForPath(), getQueryString(), isSecure(), getHost(), setMethod(), getMethod(), getRealMethod(), getMimeType(), getMimeTypes(), getFormat(), setFormat(), getRequestFormat(), setRequestFormat(), getContentTypeFormat(), setDefaultLocale(), getDefaultLocale(), setLocale(), getLocale(), isMethod(), isMethodSafe(), isMethodIdempotent(), isMethodCacheable(), getProtocolVersion(), getContent(), getPayload(), getETags(), isNoCache(), getPreferredFormat(), getPreferredLanguage(), getLanguages(), getCharsets(), getEncodings(), getAcceptableContentTypes(), isXmlHttpRequest(), preferSafeContent(), prepareRequestUri(), prepareBaseUrl(), prepareBasePath(), preparePathInfo(), initializeFormats(), isFromTrustedProxy()
Methods used from Illuminate\Http\Concerns\CanBePrecognitive
filterPrecognitiveRules(), isAttemptingPrecognition(), isPrecognitive()
Methods used from Illuminate\Http\Concerns\InteractsWithContentTypes
isJson(), expectsJson(), wantsJson(), accepts(), prefers(), acceptsAnyContentType(), acceptsJson(), acceptsHtml(), matchesType(), format()
Methods used from Illuminate\Http\Concerns\InteractsWithFlashData
old(), flash(), flashOnly(), flashExcept(), flush()
Methods used from Illuminate\Http\Concerns\InteractsWithInput
server(), hasHeader(), header(), bearerToken(), keys(), all(), input(), fluent(), query(), post(), hasCookie(), cookie(), allFiles(), convertUploadedFiles(), hasFile(), isValidFile(), file(), data(), retrieveItem(), dump()
Methods used from Illuminate\Support\Traits\Conditionable
when(), unless()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Constants inherited from Symfony\Component\HttpFoundation\Request
HEADER_FORWARDED, HEADER_X_FORWARDED_FOR, HEADER_X_FORWARDED_HOST, HEADER_X_FORWARDED_PROTO, HEADER_X_FORWARDED_PORT, HEADER_X_FORWARDED_PREFIX, HEADER_X_FORWARDED_AWS_ELB, HEADER_X_FORWARDED_TRAEFIK, METHOD_HEAD, METHOD_GET, METHOD_POST, METHOD_PUT, METHOD_PATCH, METHOD_DELETE, METHOD_PURGE, METHOD_OPTIONS, METHOD_TRACE, METHOD_CONNECT
Properties
Properties inherited from Symfony\Component\HttpFoundation\Request
$trustedProxies, $trustedHostPatterns, $trustedHosts, $httpMethodParameterOverride, $attributes, $request, $query, $server, $files, $cookies, $headers, $content, $languages, $charsets, $encodings, $acceptableContentTypes, $pathInfo, $requestUri, $baseUrl, $basePath, $method, $format, $session, $locale, $defaultLocale, $formats, $requestFactory
Properties used from Illuminate\Support\Traits\Macroable
$macros