最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

http2 - How to write an HTTP2 SETTINGS frame - from server to client - in runtime agnostic JavaScript? - Stack Overflow

programmeradmin3浏览0评论

I'm trying to create an HTTP/2 SETTINGS frame per .5 and .5.1.

If I'm reading this correctly a SETTINGS frame can have zero parameters

The payload of a SETTINGS frame consists of zero or more parameters, each consisting of an unsigned 16-bit setting identifier and an unsigned 32-bit value.

Given an ArrayBuffer and a DataView instance in JavaScript, for example, in the console of the browser, how to write the most basic HTTP/2 SETTINGS frame - from server to client?

发布评论

评论列表(0)

  1. 暂无评论