added support for HTTP Range requests, adding lws-range to the default stack. Fixes #81.

This commit is contained in:
Lloyd Brookes
2018-01-25 20:16:51 +00:00
parent a977a59e92
commit fbc4b2a7b9
6 changed files with 706 additions and 9 deletions

View File

@ -29,7 +29,7 @@ Features:
* Response mocking
* Configurable access log
* Route blacklisting
* HTTP Conditional Request support
* HTTP Conditional and Range request support
* Gzip response compression, HTTP Basic Authentication and much more
## Synopsis
@ -243,4 +243,4 @@ $ npm install -g local-web-server
```
* * *
&copy; 2013-17 Lloyd Brookes <75pound@gmail.com>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
&copy; 2013-18 Lloyd Brookes <75pound@gmail.com>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).