(target string, opts *http.PushOptions)
| 1458 | return (*rwState)(w).doEnableFullDuplex() |
| 1459 | } |
| 1460 | func (w *rw7) Push(target string, opts *http.PushOptions) error { |
| 1461 | return (*rwState)(w).doPush(target, opts) |
| 1462 | } |
| 1463 | func (w *rw7) WriteString(s string) (int, error) { |
| 1464 | return (*rwState)(w).doWriteString(s) |
| 1465 | } |