# Functions

JSONConsumer is a fork of https://github.com/go-openapi/runtime/blob/master/json.go.
TextConsumer creates a new text consumer.
WithRequestIDTrailerTransport returns a new RequestIDTrailerTransport that wraps the given http.RoundTripper.

# Structs

RequestIDBody wraps an io.ReadCloser, essentially an http body, with a request ID.
RequestIDTrailerTransport pulls out the request ID from response trailer and overwrites the (http.Response).Body to be a RequestIDBody.

# Interfaces

RequestIDer is an interface for types that have a request ID.