<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [http](./case-definition-dsl.matchers.http.md) &gt; [HttpRequestExample](./case-definition-dsl.matchers.http.httprequestexample.md) &gt; [path](./case-definition-dsl.matchers.http.httprequestexample.path.md)

## matchers.http.HttpRequestExample.path property

A string or string matcher that matches the path of this example. Note that any query parameters must be in the query, not in the path.

**Signature:**

```typescript
readonly path: AnyStringMatcher;
```
