How to curl!

IntegratedDimensions IntegratedDimensions at gmail.com
Tue May 1 22:51:01 UTC 2018


On Tuesday, 1 May 2018 at 22:08:50 UTC, Dr.No wrote:
> On Tuesday, 1 May 2018 at 21:57:22 UTC, IntegratedDimensions 
> wrote:
>> Trying to curl basic stuff but std.net.curl isn't cooperating:
>>
>> curl "https://www.googleapis.com/youtube/v3/channels" -G -d 
>> part=contentDetails -d forUsername=test -d key=somekey
>>
>> [...]
>
> Just a wild guess, do you have the SSL dlls in the same folder 
> as your executable or (less likely) in your PATH?


What SSL dlls? I'm sure they would be installed with whatever 
installation uses them.

ssleay32.dll comes with dmd2 and it is in the path, if that is 
what you are talking about. If a dll was missing though and that 
was the problem then it needs to state that it is a missing dll 
rather than some other issue.


More information about the Digitalmars-d-learn mailing list