| 776 | } |
| 777 | |
| 778 | type connectStreamingHandlerConn struct { |
| 779 | spec Spec |
| 780 | peer Peer |
| 781 | request *http.Request |
| 782 | responseWriter http.ResponseWriter |
| 783 | marshaler connectStreamingMarshaler |
| 784 | unmarshaler connectStreamingUnmarshaler |
| 785 | responseTrailer http.Header |
| 786 | } |
| 787 | |
| 788 | func (hc *connectStreamingHandlerConn) Spec() Spec { |
| 789 | return hc.spec |
nothing calls this directly
no outgoing calls
no test coverage detected