ahmetb / go-httpbin

http://httpbin.org endpoints for your Go tests
https://godoc.org/github.com/ahmetalpbalkan/go-httpbin
Apache License 2.0
124 stars 26 forks source link

Add support for HEAD on GET endpoints #14

Closed ahmetb closed 7 years ago

ahmetb commented 7 years ago

Turns out this is as simple as adding HEAD to the list.

Closes #9.