added support for HTTP Range requests, adding lws-range to the default stack. Fixes #81.
This commit is contained in:
@ -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
|
||||
```
|
||||
* * *
|
||||
|
||||
© 2013-17 Lloyd Brookes <75pound@gmail.com>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
|
||||
© 2013-18 Lloyd Brookes <75pound@gmail.com>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
|
||||
|
Reference in New Issue
Block a user