Versions in this module Expand all Collapse all v0 v0.0.3 May 20, 2025 Changes in this version + func ExpectHeaders(headers http.Header, expectations map[string]string) bool + type Client struct + func NewClient(stubs ...*RequestStub) *Client + func (c *Client) AssertNoRemaining() error + func (c *Client) Do(req *http.Request) (*http.Response, error) + type RequestStub struct + Match func(req *http.Request) bool + Method string + Response *http.Response + URL string