0.2.1 • Published 1 year ago

@qpoint/rewrite-html v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

qpoint-rewrite-html

A Qpoint adapter for rewriting the response html using the HtmlRewriter rules

Usage

Note: This adapter is useless without registered HtmlRewriter rules. Usually this adapter is added after other adapters that register rules.

import Endpoint from "@qpoint/endpoint";
import rewriteHtml from "@qpoint/rewrite-html";

export default new Endpoint()
  .use(rewriteHtml())

Installation

npm add @qpoint/rewrite-html
0.2.1

1 year ago

0.2.0

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago