Releases: pramsey/pgsql-http
Version 1.2.1
Support documents from non-UTF servers, add some new supported curl options.
Version 1.2.0
Adds http_set_curlopt()
to handle all future custom CURL option handling, in place of the GUC approach used for some initial parameters. (GUCs should be deprecated in future releases.) Support for "HEAD" requests. Some minor internal re-organization.
Version 1.1.2
Include some new global variables for common HTTP settings, http.keepalive
and http.timeout_msec
. These may be deprecated in a future release in favour of a more generic way to set curl options (which are voluminous).
Version 1.1.1
Support headers in requests, cleaner handling of array iteration, some bug fixes.
Version 1.1.0
Formalizes handling of http_header information, but does not yet support custom headers for requests, only responses. Adds support for PUT and DELETE. Consolidates GET and POST functionality into a single function with http_request as input and http_response as output.