]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.rest/scl/HTTP/Client.scl
Create HTTP(s) client in SCL with certificate verification disabled
[simantics/platform.git] / bundles / org.simantics.scl.rest / scl / HTTP / Client.scl
index 34fc6a77edcb620f96b3a4ceff0e1014cd447c78..9ebeeea8f8907994ed5430d1a4ce1adc0f89afff 100644 (file)
@@ -76,6 +76,7 @@ importJava "org.simantics.scl.rest.HttpClientUtils" where
     buildClient :: ClientBuilder -> Client
     statusMessageOf :: Response -> <Proc> String
     asyncInvoke :: Invocation -> ResponseHandler -> FailureHandler -> <Proc> Future Response
+    trustAllClientBuilder :: <Proc> ClientBuilder
 
 importJava "javax.ws.rs.client.Entity" where
     data Entity