raku-libcurl icon indicating copy to clipboard operation
raku-libcurl copied to clipboard

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

Open ufobat opened this issue 6 years ago • 0 comments

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().

ufobat avatar Aug 04 '17 09:08 ufobat