Schemes

1
2
3
4
demo_test:
   path:         api/demo
   controller:   Vendor\Demo\Controller\DemoApiController::test
   schemes:      [https]

Tip

Route will be triggered only if scheme is matched

Required: No

Variants: http | https

Tip

By default ( when schemes is not specified ) both http and https is taking place.