[ 原始碼: 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