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

@ -10,6 +10,7 @@ module.exports = [
'lws-blacklist',
'lws-conditional-get',
'lws-mime',
'lws-range',
'lws-mock-response',
'lws-spa',
'lws-static',