onsi / gomega

Ginkgo's Preferred Matcher Library
http://onsi.github.io/gomega/
MIT License
2.15k stars 282 forks source link

Add VerifyHost handler to ghttp #698

Closed tlwr closed 11 months ago

tlwr commented 11 months ago

What

Adds a new handler to ghttp to verify the Host field of http.Request

Why

Host is a field on the http.Request struct and it is useful to test that its value is correctly set.

One cannot rely on checking the header (ie by VerifyHeader) alone

onsi commented 11 months ago

lgtm, thanks!