📄️ method attribute
Any request with the matching HTTP method will return the response. Supported HTTP methods: GET, PUT, DELETE, POST, HEAD, TRACE, PATCH, CONNECT, OPTIONS.
📄️ route attribute
Any request with the matching route will return the response. Any AspNet route template is supported.
📄️ condition attribute
Any condition that evaluates to `true` will return the response. The condition is suitable to be used with scripting.