We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e275970 commit 271cab9Copy full SHA for 271cab9
1 file changed
docs/en/controllers/request-response.md
@@ -448,8 +448,7 @@ There are several built-in detectors that you can use:
448
- `is('options')` Check to see whether the current request is OPTIONS.
449
- `is('ajax')` Check to see whether the current request came with
450
X-Requested-With = XMLHttpRequest.
451
-- `is('ssl')` Check to see whether the request is via SSL.
452
-- `is('flash')` Check to see whether the request has a User-Agent of Flash.
+- `is('https')` Check to see whether the request is via HTTPS.
453
- `is('json')` Check to see whether the request URL has 'json' extension or the
454
`Accept` header is set to 'application/json'.
455
- `is('xml')` Check to see whether the request URL has 'xml' extension or the `Accept` header is set to
0 commit comments