You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of a request template. This request template allows Hoverfly to serve a response to a partially matched request.
3
+
4
+
In this example, two templates are used for matching. The first will match a GET request to specto.io/virtualized. The second will match any request that includes the header "Match: true".
5
+
6
+
To import these templates into Hoverfly, you can run the following command:
7
+
```
8
+
hoverctl templates <path to file>
9
+
```
10
+
To see all request templates configured in Hoverfly, use the following command:
11
+
```
12
+
hoverctl templates
13
+
```
14
+
To find out more, please check the documentation regarding [partial matching](https://spectolabs.gitbooks.io/hoverfly/content/usage/matching_requests.html)
0 commit comments