Remove dependency on Indy #25
Replies: 2 comments 3 replies
-
Well, try the latest version, please. There are two reasons for that. 2- Sometimes the response is not a valid JSON, using the built-in library, and works fine with Indy, I couldn't really figure out why. Anyway, I changed my mind recently and made some changes in this regard, in newer IDEs (Berlin and later) the plug-in will try to use built-in HTTPClient first, and try with Indy only if the result of the first method is not a valid response or JSON or anything goes wrong. |
Beta Was this translation helpful? Give feedback.
-
I just noticed that THTTPClient doesn't have some critical properties like ConnectionTimeout and ResponseTimeout even in Seattle! |
Beta Was this translation helpful? Give feedback.
-
In order to reduce the dependencies on 3rd party libraries for this project and on OpenSSL DLLs it would be nice if the REST requests needed could be done using either System.Net.HttpClientComponent.TNetHTTPClient or System.Net.HttpClient.THTTPClient.
These wouldn't need OpenSSL DLLs for TLS as they'd use the Windows APIs and thus Windows built in TLS support.
Beta Was this translation helpful? Give feedback.
All reactions