EncodeRequest encodes a Request into an http request.
(context.Context, Request)
| 70 | DecodeResponse(context.Context, *http.Response, Request) (Response, error) |
| 71 | // EncodeRequest encodes a Request into an http request. |
| 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 | } |
no outgoing calls