Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

qpoint-io/qpoint-rewrite-html

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published