File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " http" ,
33 "abstract" : " HTTP client for PostgreSQL" ,
44 "description" : " HTTP allows you to get the content of a web page in a SQL function call." ,
5- "version" : " 1.5 .0" ,
5+ "version" : " 1.6 .0" ,
66 "maintainer" : [
7788 ],
2121 },
2222 "provides" : {
2323 "http" : {
24- "file" : " http--1.5 .sql" ,
24+ "file" : " http--1.6 .sql" ,
2525 "docfile" : " README.md" ,
26- "version" : " 1.5 .0" ,
26+ "version" : " 1.6 .0" ,
2727 "abstract" : " HTTP client for PostgreSQL"
2828 }
2929 },
Original file line number Diff line number Diff line change 2828 ***********************************************************************/
2929
3030/* Constants */
31- #define HTTP_VERSION "1.5 .0"
31+ #define HTTP_VERSION "1.6 .0"
3232#define HTTP_ENCODING "gzip"
3333#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */
3434
You can’t perform that action at this time.
0 commit comments