You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,6 @@
2
2
3
3
### Express.js/connect middleware for serving partial content (206) byte-range responses from buffers or streams
4
4
5
-
-[Send-Seekable](#)
6
-
-[Installation](#)
7
-
-[Features](#)
8
-
-[Supported](#)
9
-
-[Limitations](#)
10
-
-[Context and Use Case](#)
11
-
-[API / Guide](#)
12
-
-[sendSeekable (req, res, next)](#)
13
-
-[res.sendSeekable(stream|buffer, <config>)](#)
14
-
-[Sending Buffers](#)
15
-
-[Sending Streams](#)
16
-
-[Mechanics](#)
17
-
-[Initial request](#)
18
-
-[Subsequent range request](#)
19
-
-[Contributing](#)
20
-
-[License](#)
21
-
22
5
Need to support seeking in a (reproducible) buffer or stream? Attach this middleware to your `GET` route and you can now `res.sendSeekable` your resource:
0 commit comments