(target string, opts *http.PushOptions)
| 1550 | return (*rwState)(w).doSetWriteDeadline(deadline) |
| 1551 | } |
| 1552 | func (w *rw11) Push(target string, opts *http.PushOptions) error { |
| 1553 | return (*rwState)(w).doPush(target, opts) |
| 1554 | } |
| 1555 | func (w *rw11) WriteString(s string) (int, error) { |
| 1556 | return (*rwState)(w).doWriteString(s) |
| 1557 | } |