[ 源代码: node-stream-http ]
软件包:node-stream-http(3.2.0+dfsg-5)
node-stream-http 的相关链接
Debian 的资源:
下载源码包 node-stream-http:
- [node-stream-http_3.2.0+dfsg-5.dsc]
- [node-stream-http_3.2.0+dfsg.orig.tar.xz]
- [node-stream-http_3.2.0+dfsg-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
streaming http in browser context
This module is an implementation of Node.js's native http module for the browser. It tries to match Node's API and behavior as closely as possible, but some features aren't available, since browsers don't give nearly as much control over requests.
This is heavily inspired by, and intended to replace, http-browserify.
Node.js is an event-based server-side JavaScript engine.
其他与 node-stream-http 有关的软件包
|
|
|
|
-
- dep: node-builtin-status-codes
- map of HTTP status codes from the builtin http module
-
- dep: node-inherits
- Node.js module that exposes inherits function
-
- dep: node-readable-stream (>= 3.0.6)
- stream compatibility library for Node.js and browser
-
- dep: node-to-arraybuffer
- Get an ArrayBuffer from a Buffer as fast as possible
-
- dep: node-xtend
- Node.js library to easily extend an object