jarcoal / httpmock

HTTP mocking for Golang
http://godoc.org/github.com/jarcoal/httpmock
MIT License
1.93k stars 103 forks source link

Fix finding responders for Requests with an empty .Method #48

Closed NfNitLoop closed 6 years ago

NfNitLoop commented 6 years ago

This addresses issue #47.

dlebech commented 6 years ago

Thanks for the PR @NfNitLoop :1st_place_medal: :100: