(target string, opts *http.PushOptions)
| 1361 | return (*rwState)(w).doWrite(b) |
| 1362 | } |
| 1363 | func (w *rw2) Push(target string, opts *http.PushOptions) error { |
| 1364 | return (*rwState)(w).doPush(target, opts) |
| 1365 | } |
| 1366 | |
| 1367 | // combination 4/512: http.ResponseWriter, http.Pusher, io.StringWriter |
| 1368 | type rw3 rwState |