added support for HTTP Range requests, adding lws-range to the default stack. Fixes #81.
This commit is contained in:
@ -10,6 +10,7 @@ module.exports = [
|
||||
'lws-blacklist',
|
||||
'lws-conditional-get',
|
||||
'lws-mime',
|
||||
'lws-range',
|
||||
'lws-mock-response',
|
||||
'lws-spa',
|
||||
'lws-static',
|
||||
|
Reference in New Issue
Block a user