FeedsHTTPFetcherAppendHeaders.inc |
plugins/FeedsHTTPFetcherAppendHeaders.inc |
|
Home of the FeedsHTTPFetcherAppendHeaders and related classes. |
feeds_httpfetcher_append_headers.info |
feeds_httpfetcher_append_headers.info |
|
name = Feeds HTTPFetcher Append Headers
description = HTTPFetcher with support for appending request headers.
package = Feeds
core = 7.x
dependencies[] = feeds |
feeds_httpfetcher_append_headers.install |
feeds_httpfetcher_append_headers.install |
|
Install functions for Feeds HTTPFetcher Append Headers. |
feeds_httpfetcher_append_headers.module |
feeds_httpfetcher_append_headers.module |
|
Feeds HTTPFetcher Append Headers - basic API functions and hook implementations. |
feeds_httpfetcher_append_headers_request.inc |
libraries/feeds_httpfetcher_append_headers_request.inc |
|
Download via HTTP with custom headers appended. |
README.txt |
README.txt |
|
OVERVIEW
=====================
This Feeds HTTP fetcher plugin makes it possible to append custom request
headers to the feed request.
Usage example could be to set an API-token or authentication header to the
feed… |