SetOriginHeaders sets the origin headers for the request.
(h http.Header)
| 32 | |
| 33 | // SetOriginHeaders sets the origin headers for the request. |
| 34 | func (c *Request) SetOriginHeaders(h http.Header) { |
| 35 | c.originHeaders = h |
| 36 | } |
| 37 | |
| 38 | // InjectImageRequestHeaders injects conditional headers into the source |
| 39 | // image request if needed. |
no outgoing calls