CurtTilmes / raku-libcurl

A Raku interface to libcurl.
Other
19 stars 9 forks source link

FeatureRequest: LibCurl::HTTP :subs post and jpost with ssl options #2

Open ufobat opened 7 years ago

ufobat commented 7 years ago

I wanted to use the subs defined in https://github.com/CurtTilmes/perl6-libcurl/blob/master/lib/LibCurl/HTTP.pm6#L43-L54 in oder to talk to my https server. The server is a test/development box without propper certificates. usually i would do a curl -k. Imho i can pass the ssl options to get() but not to post() and jpost().