alt-fetch README fix

merge-requests/23/head
Michał 'rysiek' Woźniak 2022-12-05 21:34:40 +00:00
rodzic 9f3e01e7a8
commit b28c555bc3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
This transport plugin uses standard [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/fetch) to retrieve remote content from alternative endpoints — that is, HTTPS endpoints that are not in the original domain. This enables retrieving content even if the website on the original domain is down for whatever reason. The list of alternative endpoints is configured via LibResilient config file, `config.json`.
Compare: [`dnslink-fetch`](../alt-fetch/).
Compare: [`dnslink-fetch`](../dnslink-fetch/).
As per LibResilient architecture, this plugin adds `X-LibResilient-Method` and `X-LibResilient-ETag` headers to the returned response.