Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2021 Changes in this version + func Request(t testing.TB, client *http.Client, method, url string, responseCode int, ...) http.Header + type Option interface + func WithContext(ctx context.Context) Option + func WithExpectedJSONResponse(response interface{}) Option + func WithExpectedResponse(response []byte) Option + func WithJSONRequestBody(r interface{}) Option + func WithMultipartRequest(body io.Reader, length int, filename, contentType string) Option + func WithNoResponseBody() Option + func WithPutResponseBody(b *[]byte) Option + func WithRequestBody(body io.Reader) Option + func WithRequestHeader(key, value string) Option + func WithUnmarshalJSONResponse(response interface{}) Option