@advanced-rest-client/host-rules-editor
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

host-rules-editor

An element to render a list of host rule mappings.

Published on NPM

Tests and publishing

Host rules

ARC's host rules allows to create internal mapping for the request engine to alter the connection URI keeping original Host header. This allows to tests virtual hosts configuration on the server.

When a request is made the rules are evaluated one after another to produce final request URL. This allows to define multiple rules that works on a previous evaluated URL. Lear more about host rules in ARC's wiki.

Usage

Installation

npm install --save @advanced-rest-client/host-rules-editor

Development

git clone https://github.com/advanced-rest-client/host-rules-editor
cd host-rules-editor
npm install

Running the demo locally

npm start

Running the tests

npm test

Package Sidebar

Install

npm i @advanced-rest-client/host-rules-editor

Weekly Downloads

2

Version

5.0.0

License

Apache-2.0

Unpacked Size

73 kB

Total Files

15

Last publish

Collaborators

  • carowright
  • jarrodek
  • twoplustwoone
  • lbauret