blob: 0aba100a4a203b42ec811805b0883e825ba567a0 [file] [log] [blame]
#ifndef QUICHE_HTTP2_ADAPTER_OGHTTP2_UTIL_H_
#define QUICHE_HTTP2_ADAPTER_OGHTTP2_UTIL_H_
#include "absl/types/span.h"
#include "quiche/http2/adapter/http2_protocol.h"
#include "quiche/common/platform/api/quiche_export.h"
#include "quiche/spdy/core/http2_header_block.h"
namespace http2 {
namespace adapter {
QUICHE_EXPORT spdy::Http2HeaderBlock ToHeaderBlock(
absl::Span<const Header> headers);
} // namespace adapter
} // namespace http2
#endif // QUICHE_HTTP2_ADAPTER_OGHTTP2_UTIL_H_