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__ Rewriting tests into Deno 2023-09-26 20:32:54 +00:00
README.md documenting plugins (ref. #51) 2022-05-17 23:36:08 +00:00
index.html a testing index.html for the fetch plugin (ref. %15) 2023-10-07 04:57:06 +00:00
index.js renaming plugin and test files; plugins are now in individual subdirectories (ref. #50) 2022-05-15 18:53:04 +00:00

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.