X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.rest%2Fscl%2FHTTP%2FClient.scl;h=9ebeeea8f8907994ed5430d1a4ce1adc0f89afff;hp=34fc6a77edcb620f96b3a4ceff0e1014cd447c78;hb=69c49563a4bc5dff7d4e57541f15f384648f5b83;hpb=0edd88ddfb4c73f2689dd3b504be01209b74a32c diff --git a/bundles/org.simantics.scl.rest/scl/HTTP/Client.scl b/bundles/org.simantics.scl.rest/scl/HTTP/Client.scl index 34fc6a77e..9ebeeea8f 100644 --- a/bundles/org.simantics.scl.rest/scl/HTTP/Client.scl +++ b/bundles/org.simantics.scl.rest/scl/HTTP/Client.scl @@ -76,6 +76,7 @@ importJava "org.simantics.scl.rest.HttpClientUtils" where buildClient :: ClientBuilder -> Client statusMessageOf :: Response -> String asyncInvoke :: Invocation -> ResponseHandler -> FailureHandler -> Future Response + trustAllClientBuilder :: ClientBuilder importJava "javax.ws.rs.client.Entity" where data Entity