http2.getUnpackedSettings(buf)


返回一个 HTTP/2 设置对象,其中包含从给定 Buffer 反序列化的设置,该 Buffer 是由 http2.getPackedSettings() 生成的。

【Returns a HTTP/2 Settings Object containing the deserialized settings from the given Buffer as generated by http2.getPackedSettings().】