]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.rest/scl/HTTP/Form.scl
Improvements to HTTP client SCL API
[simantics/platform.git] / bundles / org.simantics.scl.rest / scl / HTTP / Form.scl
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 (file)
index 0000000..930a1e1
--- /dev/null
@@ -0,0 +1,6 @@
+importJava "javax.ws.rs.core.Form" where
+    data Form
+    
+    @JavaName "<init>"
+    form :: <Proc> Form
+    param :: Form -> String -> String -> <Proc> ()
\ No newline at end of file