(target string, opts *http.PushOptions)
| 1826 | return (*rwState)(w).doEnableFullDuplex() |
| 1827 | } |
| 1828 | func (w *rw23) Push(target string, opts *http.PushOptions) error { |
| 1829 | return (*rwState)(w).doPush(target, opts) |
| 1830 | } |
| 1831 | func (w *rw23) WriteString(s string) (int, error) { |
| 1832 | return (*rwState)(w).doWriteString(s) |
| 1833 | } |