(what, val string)
| 119 | } |
| 120 | |
| 121 | func badStringError(what, val string) error { return fmt.Errorf("%s %q", what, val) } |
| 122 | |
| 123 | // foreachHeaderElement splits v according to the "#rule" construction |
| 124 | // in RFC 7230 section 7 and calls fn for each non-empty element. |
no test coverage detected
searching dependent graphs…