actions {
  new_stream {
    request_headers {
      headers {
        key: ":path"
        value: "/"
      }
      headers {
        key: ":method"
        value: "GET"
      }
    }
  }
}
actions {
  client_drain {
  }
}
actions {
  stream_action {
    response {
      headers {
        headers {
          key: ":status"
          value: "204"
        }
      }
    }
  }
}
actions {
  stream_action {
    response {
      data: 64
    }
  }
}
