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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -625,6 +625,7 @@ to write additional text as the configuration itself serves as a living document
625
625
-_'raw'_ - the payload is read and stored in _'request.rawBody'_ but not parsed.
626
626
-_'parse'_ - the payload is read and stored in _'request.rawBody'_ and then parsed (JSON or form-encoded) and stored in _'request.payload'_.
627
627
-`cache` - if the server `cache` option is enabled and the route method is 'GET', the route can be configured to use the cache as described in [Caching](#caching).
628
+
-`docs` - if set to false then the route will be hidden from the documentation generator.
628
629
-`pre` - an array with pre-handler methods as described in [Route Prerequisites](#route-prerequisites).
629
630
-`auth` - authentication configuration
630
631
-`mode` - the authentication mode. Defaults to _'required'_ is the `authentication` server option is set, otherwise _'none'_. Available options include:
0 commit comments