staging area for writing index section
| 91 | |
| 92 | // staging area for writing index section |
| 93 | type indexSection struct { |
| 94 | es []*indexEntry |
| 95 | bytes []byte |
| 96 | } |
| 97 | |
| 98 | func (is *indexSection) addExchange(e *Exchange, offset, length int) error { |
| 99 | variants := normalizeHeaderValues(e.Response.Header[http.CanonicalHeaderKey("variants")]) |
nothing calls this directly
no outgoing calls
no test coverage detected