icarus-consulting / Yaapii.Http

C# Library for Http Request
MIT License
7 stars 0 forks source link

Make the Hostname configurable #17

Closed Meerownymous closed 5 years ago

Meerownymous commented 5 years ago

Expected Behavior

We can specify the Hostname when we create a new MockServer, like

var server = new HttpMock("localhost", 80);

Actual Behavior

Only the port is configurable.

Mention any other details that might be useful

Steps to reproduce the behavior

The log given by the failure.