RequestInfo defines a HTTP request data struct, usually used as part of the @request.* filter resolver.
@request.*
The Query and Headers fields contains only the first value for each found entry.
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
Generated using TypeDoc
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.