NewConnection validates the response and creates a new Connection.
(resp *http.Response)
| 30 | type Upgrader interface { |
| 31 | // NewConnection validates the response and creates a new Connection. |
| 32 | NewConnection(resp *http.Response) (httpstream.Connection, error) |
| 33 | } |
| 34 | |
| 35 | // RoundTripperFor returns a round tripper and upgrader to use with SPDY. |
no outgoing calls
no test coverage detected