()
| 97 | } |
| 98 | |
| 99 | func (t *SecurityHeaderTransport) base() http.RoundTripper { |
| 100 | if t.Base != nil { |
| 101 | return t.Base |
| 102 | } |
| 103 | return transport.Fallback() |
| 104 | } |
| 105 | |
| 106 | // RoundTrip implements http.RoundTripper. |
| 107 | func (t *SecurityHeaderTransport) RoundTrip(req *http.Request) (*http.Response, error) { |