AddAuthHeader inserts in req the credentials needed for a client to authenticate.
(req *http.Request)
| 69 | // AddAuthHeader inserts in req the credentials needed |
| 70 | // for a client to authenticate. |
| 71 | AddAuthHeader(req *http.Request) |
| 72 | } |
| 73 | |
| 74 | // UnauthorizedSender may be implemented by AuthModes which want to |
no outgoing calls