(target string, opts *http.PushOptions)
| 1654 | return (*rwState)(w).doEnableFullDuplex() |
| 1655 | } |
| 1656 | func (w *rw15) Push(target string, opts *http.PushOptions) error { |
| 1657 | return (*rwState)(w).doPush(target, opts) |
| 1658 | } |
| 1659 | func (w *rw15) WriteString(s string) (int, error) { |
| 1660 | return (*rwState)(w).doWriteString(s) |
| 1661 | } |