Codebase list golang-github-go-kit-kit / 60ced99
s/impliment/implement Brian Kassouf 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5656
5757 In order for the parser and the signer to work, the authorization headers need to be passed between the request and the context.
5858 `ToHTTPContext()`, `FromHTTPContext()`, `ToGRPCContext()`, and `FromGRPCContext()` are given as helpers to do this.
59 These function impliment the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options.
59 These function implement the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options.
6060
6161 Example of use in a client:
6262