jaguar package
documentation
jaguar.src.http.context
Context
body property
body
jaguar package
documentation
jaguar.src.http.context
Context
body 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 ==
body
property
Future
<
List
<
int
>
>
body
Returns body of HTTP request as bytes.
Implementation
Future<List<int>> get body async => _body ??= await req.body;