justeat / Topshelf.Nancy

Nancy endpoint for the Topshelf service host providing additional support around URL reservations. — Edit
Other
65 stars 30 forks source link

NancyServiceConfiguration: Add `path` parameter to `AddHost()` method #11

Closed anton-gogolev closed 9 years ago

anton-gogolev commented 9 years ago

Previously, AddHost() could only be used to instruct Nancy to listen for requests to an entire "scheme-hostname-port" combination.

This patch allows specifying "path" parameter.

petemounce commented 9 years ago

Thanks for the contribution!