libresilient/plugins/fetch
Michał 'rysiek' Woźniak d538dc6c88 a testing index.html for the fetch plugin (ref. %15) 2023-10-07 04:57:06 +00:00
..
__tests__
README.md
index.html a testing index.html for the fetch plugin (ref. %15) 2023-10-07 04:57:06 +00:00
index.js

README.md

Plugin: fetch

This transport plugin uses standard fetch() to retrieve remote content from the original domain — which is exactly what would have happened normally if LibResilient was not deployed on a website.

As per LibResilient architecture, this plugin adds X-LibResilient-Method and X-LibResilient-ETag headers to the returned response.

Configuration

The fetch plugin does not have any configuration options.