snap-stream: Streaming Snap handlers

[ bsd3, library, web ] [ Propose Tags ]

Snap handlers for streaming access with range requests


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

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
Category Web
Source repo head: git clone https://github.com/obsidiansystems/snap-stream
Uploaded by abrar at 2024-01-18T15:47:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 776 total (9 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

Haskell Hackage Hackage CI Github CI BSD3 License

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.