mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 16:58:27 +02:00
Updated Stubbing and Request Matching (markdown)
@@ -361,7 +361,7 @@ server
|
|||||||
Response.Create()
|
Response.Create()
|
||||||
.WithStatusCode(200)
|
.WithStatusCode(200)
|
||||||
.WithHeader("Content-Type", "text/plain")
|
.WithHeader("Content-Type", "text/plain")
|
||||||
.WithBody("Hello world! Your path is {{request.path}.")
|
.WithBody("Hello world! Your path is {{request.path}}.")
|
||||||
.WithTransformer()
|
.WithTransformer()
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user