(target string, opts *http.PushOptions)
| 1527 | return (*rwState)(w).doSetWriteDeadline(deadline) |
| 1528 | } |
| 1529 | func (w *rw10) Push(target string, opts *http.PushOptions) error { |
| 1530 | return (*rwState)(w).doPush(target, opts) |
| 1531 | } |
| 1532 | |
| 1533 | // combination 12/512: http.ResponseWriter, deadliner, http.Pusher, io.StringWriter |
| 1534 | type rw11 rwState |