(w io.Writer)
| 417 | func (rs *responsesSection) Name() string { return "responses" } |
| 418 | func (rs *responsesSection) Len() int { return rs.buf.Len() } |
| 419 | func (rs *responsesSection) WriteTo(w io.Writer) (int64, error) { |
| 420 | return rs.buf.WriteTo(w) |
| 421 | } |
| 422 | |
| 423 | type primarySection struct { |
| 424 | bytes.Buffer |