cli/pkg/httpmock
Mislav Marohnić 1d4065e4c4 Add a HTTP mocking interface that matches incoming requests
This adds a thread-safe RoundTripper that can be used for mocking HTTP
requests in tests. Incoming requests are matched based on their
contents, not the order the stubs were registered in.
2020-05-06 22:03:32 +02:00
..
httpmock.go Add a HTTP mocking interface that matches incoming requests 2020-05-06 22:03:32 +02:00