static/jsvm/interfaces/core.RequestInfo.html
RequestInfo defines a HTTP request data struct, usually used as part of the @request.* filter resolver.
The Query and Headers fields contains only the first value for each found entry.
auth?bodycontextheadersmethodquery
Clone creates a new shallow copy of the current RequestInfo and its Auth record (if any).
HasSuperuserAuth checks whether the current RequestInfo instance has superuser authentication loaded.
Optional authbody: _TygojaDict
context: string
headers: _TygojaDict
method: string
query: _TygojaDict
OSLightDark
Generated using TypeDoc