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 2
2
"name" : " http" ,
3
3
"abstract" : " HTTP client for PostgreSQL" ,
4
4
"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" ,
6
6
"maintainer" : [
7
7
8
8
],
21
21
},
22
22
"provides" : {
23
23
"http" : {
24
- "file" : " http--1.5 .sql" ,
24
+ "file" : " http--1.6 .sql" ,
25
25
"docfile" : " README.md" ,
26
- "version" : " 1.5 .0" ,
26
+ "version" : " 1.6 .0" ,
27
27
"abstract" : " HTTP client for PostgreSQL"
28
28
}
29
29
},
Original file line number Diff line number Diff line change 28
28
***********************************************************************/
29
29
30
30
/* Constants */
31
- #define HTTP_VERSION "1.5 .0"
31
+ #define HTTP_VERSION "1.6 .0"
32
32
#define HTTP_ENCODING "gzip"
33
33
#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */
34
34
You can’t perform that action at this time.
0 commit comments