You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* An object containing parsed HTTP state information (cookies) where each key is the cookie name and value is the matching cookie content after processing using any registered cookie definition.
* key name used to assign the response of the method to in request.pre and request.preResponses.
360
360
*/
361
-
assign?: keyofRefs['Pres']|undefined;
361
+
assign?: keyofMergeRefs<Refs>['Pres']|undefined;
362
362
/**
363
363
* A failAction value which determine what to do when a pre-handler method throws an error. If assign is specified and the failAction setting is not 'error', the error will be assigned.
* route custom rules object. The object is passed to each rules processor registered with server.rules(). Cannot be used if route.options.rules is defined.
0 commit comments