(target string, opts *http.PushOptions)
| 1734 | return (*rwState)(w).doReadFrom(src) |
| 1735 | } |
| 1736 | func (w *rw19) Push(target string, opts *http.PushOptions) error { |
| 1737 | return (*rwState)(w).doPush(target, opts) |
| 1738 | } |
| 1739 | func (w *rw19) WriteString(s string) (int, error) { |
| 1740 | return (*rwState)(w).doWriteString(s) |
| 1741 | } |