(target string, opts *http.PushOptions)
| 1803 | return (*rwState)(w).doEnableFullDuplex() |
| 1804 | } |
| 1805 | func (w *rw22) Push(target string, opts *http.PushOptions) error { |
| 1806 | return (*rwState)(w).doPush(target, opts) |
| 1807 | } |
| 1808 | |
| 1809 | // combination 24/512: http.ResponseWriter, io.ReaderFrom, fullDuplexEnabler, http.Pusher, io.StringWriter |
| 1810 | type rw23 rwState |