热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Node.jsHTTP2完整参考

Node.jsHTTP2完整参考原文:https://www

Node.js HTTP2 完整参考

原文:https://www . geesforgeks . org/node-js-http2-complete-reference/

HTTP2 模块的完整列表如下所示:

类:Http2Session


  • node . js Http 2 会话关闭事件

  • Node.js http2session.state 方法

  • Node.js Http2Session 超时事件

  • Node.js http2session.socket 方法

  • node . js http 2 session . remote settings 方法

  • Node.js http2session .销毁方法

  • Node.js http2session.type 方法

  • node . js http 2 session . encrypted Method

  • node . js http 2 session . local settings 方法

  • node . js http 2 session . pending settingsack 方法

  • Node.js http2session.close()方法

  • Node.js http2session.closed 方法

  • node . js http 2 session . alnprotocol 方法

  • Node.js http2session.unref()方法

  • Node.js http2session.destroy()方法

  • node . js http 2 session . connecting 方法

  • Node.js http2session.ping()方法

  • node . js http 2 session . settimeout()方法

类:ClientHttp2Session


  • node . js client http 2 session . request()方法

类:Http2Stream


  • Node.js http2stream.state 方法

  • Node.js Http2Stream 超时事件

  • Node.js Http2Stream 关闭事件

  • Node.js http2stream.priority()方法

  • node . js http 2 stream . settimeout()方法

  • Node.js http2stream.id 方法

  • Node.js http2stream.closed 方法

  • node . js htp2stream . endafterheaders 方法

  • Node.js http2stream.pending 方法

  • node . js htp2stream .销毁方法

  • Node.js http2stream.session 方法

  • Node.js http2stream.close()方法

  • Node.js http2stream.rstCode 方法

  • Node.js http2stream.rstCode 方法

  • node . js http 2 stream . sent headers 方法

  • node . js htp2stream . sentinfoheaders 方法

类:服务器 Http2Stream


  • node . js http 2 stream . additional headers()方法

  • node . js http 2 stream . header sent 方法

  • node . js http 2 stream . push allowed 方法

  • node . js http 2 stream . response()方法

类:http2。http2 服务器请求


  • node . js http 2 server request . URL 方法

  • Node.js Http2ServerRequest .中止属性

  • node . js http 2 server request . httpversion 方法

  • node . js http 2 server request . headers 方法

  • node . js http 2 server request . raw headers 方法

  • Node.js Http2ServerRequest 关闭事件

  • node . js http 2 server request . destroy()方法

  • node . js http 2 server request . authority 方法

  • node . js http 2 server request . complete 方法

  • node . js http 2 server request . Method方法

  • node . js http 2 server request . scheme 方法

  • node . js http 2 server request . raw 拖车方法

  • node . js http 2 server request . socket 方法

  • Node.js Http2ServerRequest .中止属性

类:http2。http2 服务器响应


  • node . js http 2 server response . setheader()方法

  • node . js http 2 server response . settimeout()方法

  • node . js http 2 server response . stream 方法

  • node . js htp2server response . statusmessage 方法

  • node . js http 2 server response . writableended 方法

  • node . js http 2 server response . write()方法

  • node . js http2 server response . write head()方法

  • node . js http 2 server response . send date 方法

  • node . js http 2 server response . socket 方法

  • node . js http 2 server response . status code 方法

  • node . js http 2 server response . getheadernames()方法

  • node . js http 2 server manager . remove header()方法

  • node . js http 2 server response . header sent 属性

  • node . js http 2 server response . hasheader()方法

  • node . js http 2 server response . getheaders()方法

  • Node.js Http2ServerResponse 关闭事件

  • node . js http 2 server response . end()方法

  • node . js htp2server response . finished Method

  • node . js http 2 server response . getheader()方法

  • node . js http 2 server response ' finish '事件

http2 .常量


  • Node.js http2.constants 属性

http2 方法


  • node . js http 2 . getpackedsettings()方法

  • Node.js http2.connect()方法

  • node . js http 2 . getunpackedsettings()方法

  • node . js http 2 . getdefaultsettings()方法

  • Node.js http2.createServer()方法

  • Node.js 提示. get()方法

  • Node.js http2 .中止方法

  • Node.js http2.bufferSize 方法


推荐阅读
  • Servlet多用户登录时HttpSession会话信息覆盖问题的解决方案
    本文讨论了在Servlet多用户登录时可能出现的HttpSession会话信息覆盖问题,并提供了解决方案。通过分析JSESSIONID的作用机制和编码方式,我们可以得出每个HttpSession对象都是通过客户端发送的唯一JSESSIONID来识别的,因此无需担心会话信息被覆盖的问题。需要注意的是,本文讨论的是多个客户端级别上的多用户登录,而非同一个浏览器级别上的多用户登录。 ... [详细]
  • 解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法
    本文介绍了解决nginx启动报错epoll_wait() reported that client prematurely closed connection的方法,包括检查location配置是否正确、pass_proxy是否需要加“/”等。同时,还介绍了修改nginx的error.log日志级别为debug,以便查看详细日志信息。 ... [详细]
  • Windows下配置PHP5.6的方法及注意事项
    本文介绍了在Windows系统下配置PHP5.6的步骤及注意事项,包括下载PHP5.6、解压并配置IIS、添加模块映射、测试等。同时提供了一些常见问题的解决方法,如下载缺失的msvcr110.dll文件等。通过本文的指导,读者可以轻松地在Windows系统下配置PHP5.6,并解决一些常见的配置问题。 ... [详细]
  • 本文介绍了通过ABAP开发往外网发邮件的需求,并提供了配置和代码整理的资料。其中包括了配置SAP邮件服务器的步骤和ABAP写发送邮件代码的过程。通过RZ10配置参数和icm/server_port_1的设定,可以实现向Sap User和外部邮件发送邮件的功能。希望对需要的开发人员有帮助。摘要长度:184字。 ... [详细]
  • 个人学习使用:谨慎参考1Client类importcom.thoughtworks.gauge.Step;importcom.thoughtworks.gauge.T ... [详细]
  • WebSocket与Socket.io的理解
    WebSocketprotocol是HTML5一种新的协议。它的最大特点就是,服务器可以主动向客户端推送信息,客户端也可以主动向服务器发送信息,是真正的双向平等对话,属于服务器推送 ... [详细]
  • FeatureRequestIsyourfeaturerequestrelatedtoaproblem?Please ... [详细]
  • 本文介绍了django中视图函数的使用方法,包括如何接收Web请求并返回Web响应,以及如何处理GET请求和POST请求。同时还介绍了urls.py和views.py文件的配置方式。 ... [详细]
  • 在编写业务代码时,常常会遇到复杂的业务逻辑导致代码冗长混乱的情况。为了解决这个问题,可以利用中间件模式来简化代码逻辑。中间件模式可以帮助我们更好地设计架构和代码,提高代码质量。本文介绍了中间件模式的基本概念和用法。 ... [详细]
  • 本文讨论了如何在codeigniter中识别来自angularjs的请求,并提供了两种方法的代码示例。作者尝试了$this->input->is_ajax_request()和自定义函数is_ajax(),但都没有成功。最后,作者展示了一个ajax请求的示例代码。 ... [详细]
  • 网络请求模块选择——axios框架的基本使用和封装
    本文介绍了选择网络请求模块axios的原因,以及axios框架的基本使用和封装方法。包括发送并发请求的演示,全局配置的设置,创建axios实例的方法,拦截器的使用,以及如何封装和请求响应劫持等内容。 ... [详细]
  • CEPH LIO iSCSI Gateway及其使用参考文档
    本文介绍了CEPH LIO iSCSI Gateway以及使用该网关的参考文档,包括Ceph Block Device、CEPH ISCSI GATEWAY、USING AN ISCSI GATEWAY等。同时提供了多个参考链接,详细介绍了CEPH LIO iSCSI Gateway的配置和使用方法。 ... [详细]
  • 本文介绍了一个适用于PHP应用快速接入TRX和TRC20数字资产的开发包,该开发包支持使用自有Tron区块链节点的应用场景,也支持基于Tron官方公共API服务的轻量级部署场景。提供的功能包括生成地址、验证地址、查询余额、交易转账、查询最新区块和查询交易信息等。详细信息可参考tron-php的Github地址:https://github.com/Fenguoz/tron-php。 ... [详细]
  • 本文探讨了在设置了HTTP客户端超时时间后,向HTTP服务器发送请求时出现两个请求的情况。其中一个请求正常,另一个请求无法获取请求参数。文章分析了可能导致此问题的原因,并提供了解决方案。 ... [详细]
  • JavaWeb中读取文件资源的路径问题及解决方法
    在JavaWeb开发中,读取文件资源的路径是一个常见的问题。本文介绍了使用绝对路径和相对路径两种方法来解决这个问题,并给出了相应的代码示例。同时,还讨论了使用绝对路径的优缺点,以及如何正确使用相对路径来读取文件。通过本文的学习,读者可以掌握在JavaWeb中正确找到和读取文件资源的方法。 ... [详细]
author-avatar
手机用户2502855763
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有