node-fastcgi-stream 1.0.0-1 source package in Ubuntu
Changelog
node-fastcgi-stream (1.0.0-1) unstable; urgency=low * Initial release (Closes: #897084) -- Xavier Guimard <email address hidden> Sat, 28 Apr 2018 13:58:52 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers on 2018-06-04
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-10-18 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-fastcgi-stream_1.0.0-1.dsc | 2.0 KiB | 3dcabbe57ab4ed49ea0c29d4b2a305b493d7d1189d30fc93489548562e99e67b |
node-fastcgi-stream_1.0.0.orig.tar.gz | 13.5 KiB | c35ce6a9f3c167900fc6da28a67cee8f487278dfb3670eb2a5a243bb7f1ea8b9 |
node-fastcgi-stream_1.0.0-1.debian.tar.xz | 2.2 KiB | 914988039dc9a3b636144b6957d30a6c20822e3afe3b1c8c270e282dc57f8939 |
No changes file available.
Binary packages built by this source
- node-fastcgi-stream: Node.js module to read and write FastCGI records
node-fastcgi-
stream provides two main pieces, the FastCGIStream itself and
the records that can be sent and received on it.
.
The FastCGIStream wraps an existing Stream to send/receive FCGI records on.
99% of the time this is going to be a net.Socket.