jaguar package
documentation
jaguar.src.http.context
Context
path property
path
jaguar package
documentation
jaguar.src.http.context
Context
path property
Context class
Constructors
Context
Properties
accepts
acceptsHtml
acceptsJson
after
at
before
body
bodyAsStream
cookies
hashCode
headers
isFormData
isJson
isUrlEncodedForm
log
method
mimeType
onException
parsedSession
path
pathParams
pathSegments
query
req
response
route
runtimeType
session
sessionManager
sessionNeedsUpdate
uri
userFetchers
Methods
addVariable
authHeader
bodyAsFormData
bodyAsJson
bodyAsJsonList
bodyAsJsonMap
bodyAsMap
bodyAsText
bodyAsUrlEncodedForm
bodyDecode
bodyTo
codecFor
execute
getBinaryFile
getFile
getTextFile
getVariable
noSuchMethod
serializerFor
toString
Operators
operator ==
path
property
String
path
Path of the HTTP request
Implementation
String get path => uri.path;