pub const NGHTTP2_NV_FLAG_NO_COPY_VALUE: nghttp2_nv_flag = 4;
Expand description

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