mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-24 10:01:00 +01:00
Updated Stubbing and Request Matching (markdown)
@@ -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()
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user