pub const NGHTTP2_NV_FLAG_NO_COPY_NAME: nghttp2_nv_flag = 2;
Expand description

This flag is set solely by application. If this flag is set, the library does not make a copy of header field name. This could improve performance.