Skip to content

Commit

Permalink
Revert "add table of contents"
Browse files Browse the repository at this point in the history
This reverts commit bf6fdeb.
  • Loading branch information
glebec committed May 27, 2016
1 parent bf6fdeb commit abaff9f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@

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

- [Send-Seekable](#)
- [Installation](#)
- [Features](#)
- [Supported](#)
- [Limitations](#)
- [Context and Use Case](#)
- [API / Guide](#)
- [sendSeekable (req, res, next)](#)
- [res.sendSeekable(stream|buffer, <config>)](#)
- [Sending Buffers](#)
- [Sending Streams](#)
- [Mechanics](#)
- [Initial request](#)
- [Subsequent range request](#)
- [Contributing](#)
- [License](#)

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:

```js
Expand Down

0 comments on commit abaff9f

Please sign in to comment.