Sends HTTP request to specific relative URL.
Step pattern
When (?:I |we )?send a ([A-Z]+) request to "([^"]+)"Examples
Example #1
When I send a GET request to "/users"Example #2
When we send a POST request to "/posts"Example #3
When I send a PUT request to "/users/1"Example #4
When we send a DELETE request to "/posts/1"Example #5
When I send a GET request to "/posts?userId=1"Example #6
When we send a PATCH request to "/users/42"Example #7
When I send a GET request to "/health"Example #8
When we send a HEAD request to "/users"Example #9
When I send a OPTIONS request to "/api"Example #10
When we send a GET request to "/posts/{{postId}}"