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
// The initial rawPath of the request before applying rewrites, if used with an external middleware will be defined in x-opennext-initial-path header
121
126
initialPath: string;
122
-
// The resolved route after applying rewrites, if used with an external middleware will be defined in x-opennext-resolved-route header
123
-
resolvedRoute?: string;
124
-
// The type of the resolved route, if used with an external middleware will be defined in x-opennext-route-type header
125
-
routeType?: RouteType;
127
+
128
+
// The resolved route after applying rewrites, if used with an external middleware will be defined in x-opennext-resolved-routes header as a json encoded array
0 commit comments