Skip to content

Commit dde0e1b

Browse files
committed
Updated documentation
1 parent fc60325 commit dde0e1b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

documentation/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ By default all unit tests are run with request host **"http://localhost"** and *
8989
MyWebApi
9090
.IsRegisteredWith(WebApiConfig.Register)
9191
.WithBaseAddress("http://mytestedasp.net");
92+
93+
// these are also available
94+
MyWebApi
95+
.IsUsingDefaultHttpConfiguration()
96+
.WithBaseAddress("http://mytestedasp.net");
97+
98+
MyWebApi
99+
.IsUsing(httpConfiguration)
100+
.WithBaseAddress("http://mytestedasp.net");
92101
```
93102

94103
[To top](#table-of-contents)

0 commit comments

Comments
 (0)