Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lws-rewrite

lwsjs289kMIT4.0.0

lws middleware plugin adding URL rewriting support

lws, lws-middleware, url, rewriting, rewrite, proxy

readme

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

lws-rewrite

lws middleware plugin adding URL rewriting support. For usage instructions see here.

Adds the following options to lws.

--rewrite, -r expression ...   A list of URL rewrite rules. For each rule, separate the 'from' and 'to'
                               routes with '->'. Whitespace surrounded the routes is ignored. E.g. '/from ->
                               /to'.

© 2016-24 Lloyd Brookes <75pound@gmail.com>.