/* Copyright (c) 2017 - 2019 LiteSpeed Technologies Inc. See LICENSE. */ #ifndef LSQUIC_HTTP1X_IF_H #define LSQUIC_HTTP1X_IF_H 1 struct lsquic_hset_if; struct http1x_ctor_ctx { lsquic_cid_t cid; /* Used for logging */ unsigned max_headers_sz; int is_server; }; extern const struct lsquic_hset_if *const lsquic_http1x_if; #endif