typo in README
Brian Kassouf
6 years ago
56 | 56 | |
57 | 57 | In order for the parser and the signer to work, the authorization headers need to be passed between the request and the context. |
58 | 58 | `ToHTTPContext()`, `FromHTTPContext()`, `ToGRPCContext()`, and `FromGRPCContext()` are given as helpers to do this. |
59 | These function implement the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options. | |
59 | These functions implement the correlating transport's RequestFunc interface and can be passed as ClientBefore or ServerBefore options. | |
60 | 60 | |
61 | 61 | Example of use in a client: |
62 | 62 |