We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d83d9 commit b6aca02Copy full SHA for b6aca02
1 file changed
HTTP/http.ezcode
@@ -6,6 +6,6 @@ class http {
6
return runexec http.dll.Http.HTTP.GET ~> {url}
7
}
8
method POST : @str:url, @str:data, @str:contentType => @str {
9
- return runexec http.dll.Http.HTTP.GET ~> {url}, {data}, {contentType}
+ return runexec http.dll.Http.HTTP.POST ~> {url}, {data}, {contentType}
10
11
0 commit comments