The available filters for endpoints, the names of the methods can be used in module:guard~ensure
Methods
(static) get()
Action must be accessed via a GET request
(static) http()
Action must be accessed via HTTP
(static) https()
Action must be accessed via HTTPS
(static) include()
Action must only be used as remote include
(static) loggedIn()
Action must only be accessed authenticated csutomers
(static) post()
Action must be accessed via a POST request