Updated Stubbing and Request Matching (markdown)

Stef Heyenrath
2018-07-18 08:53:54 +02:00
parent a3e56f908c
commit 5c46c49647

@@ -361,7 +361,7 @@ server
Response.Create()
.WithStatusCode(200)
.WithHeader("Content-Type", "text/plain")
.WithBody("Hello world! Your path is {{request.path}.")
.WithBody("Hello world! Your path is {{request.path}}.")
.WithTransformer()
);
```