httpx-server

时间:2024-08-23 05:54:24
【文件属性】:

文件名称:httpx-server

文件大小:143KB

文件格式:ZIP

更新时间:2024-08-23 05:54:24

JavaScript

httpx 服务器 在同一端口上响应加密和未加密的 HTTP/1.1 和 HTTP/2 请求 用法 运行以下命令安装 : yarn add httpx-server 像这样启动服务器: import * as httpx from 'httpx-server' import makeCert from 'make-cert' const { key , cert } = makeCert ( 'localhost' ) const server = httpx . createServer ( { key , cert } , ( request , response ) => { response . end ( 'Hello World!' ) } ) server . listen ( 8080 ) 这将启动一个 ,它检查每个请求的第一个字节。 如果第


【文件预览】:
httpx-server-master
----index.js(2KB)
----package.json(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----index.test.js(3KB)
----.npmignore(30B)
----.gitignore(14B)
----README.md(3KB)
----yarn.lock(345KB)

网友评论