public interface IHttpMetadataFetcher
Modifier and Type | Method and Description |
---|---|
HttpFetchResponse |
fetchHTTPHeaders(HttpClient httpClient,
String url,
Properties metadata)
Fetches the HTTP headers for a URL and stores it in the
provided
Properties . |
HttpFetchResponse fetchHTTPHeaders(HttpClient httpClient, String url, Properties metadata)
Properties
.httpClient
- the HTTP Clienturl
- the url from which to fetch the headersmetadata
- recipient for storing HTTP headers as metadataCopyright © 2009–2020 Norconex Inc.. All rights reserved.