(target string, opts *http.PushOptions)
| 1714 | return (*rwState)(w).doReadFrom(src) |
| 1715 | } |
| 1716 | func (w *rw18) Push(target string, opts *http.PushOptions) error { |
| 1717 | return (*rwState)(w).doPush(target, opts) |
| 1718 | } |
| 1719 | |
| 1720 | // combination 20/512: http.ResponseWriter, io.ReaderFrom, http.Pusher, io.StringWriter |
| 1721 | type rw19 rwState |