EncodeResponse encodes a Response into an http response.
(context.Context, *http.Request, Response)
| 72 | EncodeRequest(context.Context, Request) (*http.Request, error) |
| 73 | // EncodeResponse encodes a Response into an http response. |
| 74 | EncodeResponse(context.Context, *http.Request, Response) (*http.Response, error) |
| 75 | } |
| 76 | |
| 77 | // Merger is used by middlewares making multiple requests to merge back all responses into a single one. |
no outgoing calls