At the moment we declare `ResquestSpec` as: ```yaml request: method: GET|POST|PUT|DELETE url: <url> ``` The simplified form will be ```yaml request: get|post|put|delete: <url> ```
At the moment we declare
ResquestSpecas:The simplified form will be