Pakket: node-stream-http (3.2.0+dfsg-5)
Verwijzigingen voor node-stream-http
Debian bronnen:
Het bronpakket node-stream-http downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan node-stream-http gerelateerde pakketten
|
|
|
|
-
- 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