[Bridge API] Link "HttpCachingBridgeAbstract"

LogMANOriginal 2016-08-21 20:44:55 +02:00
parent ea692b5bd4
commit 049f13d084

@ -3,7 +3,7 @@ A _Bridge_ is an class that allows **RSS-Bridge** to create an RSS-feed from a w
Base class | Description
-----------|------------
[`BridgeAbstract`](BridgeAbstract) | This class is intended for standard _Bridges_ that need to filter HTML pages for content.
`HttpCachingBridgeAbstract` | This class an extension of `BridgeAbstract`, allowing caching of files downloaded over HTTP files.
[`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) | This class an extension of `BridgeAbstract`, allowing caching of files downloaded over HTTP files.
`RssExpander` | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing RSS 2.0 feeds into **RSS-Bridge**
For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge)