Qore HttpClientDataProvider Module Reference 1.1
Loading...
Searching...
No Matches

Qore HttpClientDataProvider module definition

Introduction to the HttpClientDataProvider Module

The HttpClientDataProvider module provides a data provider API for HTTP servers through the DataProvider API.

The following classes are provided by this module:

Release Notes

HttpClientDataProvider v1.1

  • added the headers option to allow auth headers to be set in the data provider (issue 4695)

HttpClientDataProvider v1.0.1

  • added support for the pre_encoded_urls option (issue 4656)

HttpClientDataProvider v1.0

  • initial release of the module