Skip to content

Commit abaff9f

Browse files
committed
Revert "add table of contents"
This reverts commit bf6fdeb.
1 parent bf6fdeb commit abaff9f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22

33
### Express.js/connect middleware for serving partial content (206) byte-range responses from buffers or streams
44

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-
225
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:
236

247
```js

0 commit comments

Comments
 (0)