mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 20:05:03 -05:00
Merge pull request #20 from Dgby714/GetSWebPage
SSL Support for GetPage
This commit is contained in:
commit
89f1a9b696
@ -5,7 +5,7 @@ unit internets;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math;
|
Classes, SysUtils, httpsend, blcksock, MufasaTypes, math, ssl_openssl;
|
||||||
|
|
||||||
function GetPage(URL: String): String;
|
function GetPage(URL: String): String;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user