public interface IHttpMetadataFetcher
Modifier and Type | Method and Description |
---|---|
HttpFetchResponse |
fetchHTTPHeaders(org.apache.http.client.HttpClient httpClient,
String url,
Properties metadata)
Fetches the HTTP headers for a URL and stores it in the
provided
Properties . |
HttpFetchResponse fetchHTTPHeaders(org.apache.http.client.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–2021 Norconex Inc.. All rights reserved.