The requestPath method will not specify HTTP GET internally if no method is given to the step:
When I request :path
vs
When I request :path using HTTP :method
This PR will make the extension use GET if no other method is explicitly specified, and when automatically doing so it will allow the HTTP method to be overridden internally, if for instance form parameters have been added. When a method is specified using the When I request :path using HTTP :method step it can not be overridden internally.
The requestPath method will not specify HTTP GET internally if no method is given to the step:
vs
This PR will make the extension use
GET
if no other method is explicitly specified, and when automatically doing so it will allow the HTTP method to be overridden internally, if for instance form parameters have been added. When a method is specified using theWhen I request :path using HTTP :method
step it can not be overridden internally.Resolves #51.