(target string, opts *http.PushOptions)
| 1378 | return (*rwState)(w).doWrite(b) |
| 1379 | } |
| 1380 | func (w *rw3) Push(target string, opts *http.PushOptions) error { |
| 1381 | return (*rwState)(w).doPush(target, opts) |
| 1382 | } |
| 1383 | func (w *rw3) WriteString(s string) (int, error) { |
| 1384 | return (*rwState)(w).doWriteString(s) |
| 1385 | } |