Skip to content

Releases: pramsey/pgsql-http

Version 1.2.1

15 Oct 14:01
Compare
Choose a tag to compare

Support documents from non-UTF servers, add some new supported curl options.

Version 1.2.0

10 Aug 15:59
Compare
Choose a tag to compare

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

03 Oct 19:41
Compare
Choose a tag to compare

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

08 Jun 16:21
Compare
Choose a tag to compare

Support headers in requests, cleaner handling of array iteration, some bug fixes.

Version 1.1.0

17 Dec 23:29
Compare
Choose a tag to compare

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.