chromium/net/third_party/quiche/src/quiche/http2/adapter/http2_session.h

#ifndef QUICHE_HTTP2_ADAPTER_HTTP2_SESSION_H_
#define QUICHE_HTTP2_ADAPTER_HTTP2_SESSION_H_

#include <cstdint>

#include "absl/strings/string_view.h"
#include "quiche/http2/adapter/http2_protocol.h"
#include "quiche/common/platform/api/quiche_export.h"

namespace http2 {
namespace adapter {

struct QUICHE_EXPORT Http2SessionCallbacks {};

// A class to represent the state of a single HTTP/2 connection.
class QUICHE_EXPORT Http2Session {};

}  // namespace adapter
}  // namespace http2

#endif  // QUICHE_HTTP2_ADAPTER_HTTP2_SESSION_H_