update lws-rewrite and lws - fixes remote rewrites in HTTP2 mode and adds middleware plugin validation

This commit is contained in:
Lloyd Brookes
2019-06-27 22:34:00 +01:00
parent 1c3d99d433
commit e3bcdbba38
3 changed files with 202 additions and 103 deletions

View File

@ -1,3 +1,5 @@
class TestMiddleware {}
class TestMiddleware {
middleware () {}
}
module.exports = TestMiddleware