()
| 8 | const redirectableStatusCodes = [300, 301, 302, 303, 307, 308] |
| 9 | |
| 10 | const noop = () => {} |
| 11 | |
| 12 | class RedirectHandler { |
| 13 | static buildDispatch (dispatcher, maxRedirections) { |
nothing calls this directly
no outgoing calls
no test coverage detected