| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 07:07:07 GMT
X-Served-By: cache-dfw-kdal2120028-DFW, cache-bom-vanm7210083-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768633627.594983,VS0,VE868
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
snap-stream: Streaming Snap handlers
snap-stream: Streaming Snap handlers
Downloads
- snap-stream-0.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.1.1.0, 0.1.1.1 |
|---|---|
| Change log | changelog.md |
| Dependencies | attoparsec (>=0.13 && <0.15), base (>=4.9 && <4.16), bytestring (>=0.10 && <0.11), io-streams (>=1.4 && <1.6), snap-core (>=1.0 && <1.1) [details] |
| License | BSD-3-Clause |
| Author | Obsidian Systems LLC |
| Maintainer | maintainer@obsidian.systems |
| Uploaded | by abrar at 2024-01-18T15:47:26Z |
| Category | Web |
| Source repo | head: git clone https://github.com/obsidiansystems/snap-stream |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 896 total (13 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for snap-stream-0.1.1.1
[back to package description]snap-stream
Snap handlers for HTTP range requests.
This package provides a way to respond to an HTTP request for a particular range of bytes. Range requests include a header that specifies which bytes the client is requesting (e.g., Range: bytes=0-1023). See the documentation for serveStreamAs.