httpexpect.v1: end-to-end HTTP API testing for Go

httpexpect is a new Go package for end-to-end HTTP and REST API testing. It provides convenient chainable helpers for building HTTP request, sending it, and inspecting received HTTP response and its payload. Links: repo on GitHub announcement on Reddit The key point is that request construction and response assertions become …