type Decoder interface {
// NextYAMLBytes returns YAML marshaled bytes of the next request body// It returns io.EOF when there are no more requests
NextYAMLBytes() ([]byte, error)
}
Decoder interface exposes method for reading multiple input requests