X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.rest%2Fscl%2FHTTP%2FForm.scl;fp=bundles%2Forg.simantics.scl.rest%2Fscl%2FHTTP%2FForm.scl;h=930a1e15543d738f1b611d5a1219855b408b050c;hb=0edd88ddfb4c73f2689dd3b504be01209b74a32c;hp=0000000000000000000000000000000000000000;hpb=8e8367aa523006cefa590f8cda8ed30818a6eb71;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.rest/scl/HTTP/Form.scl b/bundles/org.simantics.scl.rest/scl/HTTP/Form.scl new file mode 100644 index 000000000..930a1e155 --- /dev/null +++ b/bundles/org.simantics.scl.rest/scl/HTTP/Form.scl @@ -0,0 +1,6 @@ +importJava "javax.ws.rs.core.Form" where + data Form + + @JavaName "" + form :: Form + param :: Form -> String -> String -> () \ No newline at end of file