Skip to content

Commit 4d293c9

Browse files
authored
fix http (#1010)
1 parent 88abe87 commit 4d293c9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@abaplint/cli": "^2.113.198",
19-
"@abaplint/database-pg": "^2.10.24",
20-
"@abaplint/database-sqlite": "^2.11.0",
21-
"@abaplint/runtime": "^2.11.77",
22-
"@abaplint/transpiler-cli": "^2.11.77",
18+
"@abaplint/cli": "^2.113.200",
19+
"@abaplint/database-pg": "^2.11.78",
20+
"@abaplint/database-sqlite": "^2.11.78",
21+
"@abaplint/runtime": "^2.11.90",
22+
"@abaplint/transpiler-cli": "^2.11.90",
2323
"0x": "^6.0.0"
2424
}
2525
}

src/http/if_http_client.intf.abap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ INTERFACE if_http_client PUBLIC.
55
DATA propertytype_logon_popup TYPE i.
66
DATA propertytype_accept_cookie TYPE i.
77
DATA propertytype_redirect TYPE i.
8+
DATA propertytype_send_sap_passport TYPE i.
89

910
CONSTANTS co_disabled TYPE i VALUE 0.
1011
CONSTANTS co_enabled TYPE i VALUE 1.

0 commit comments

Comments
 (0)