HTTPS/Client-authenticated: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Phix}}: fixed libheader)
Line 176: Line 176:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|libcurl}}
{{libheader|Phix/libcurl}}
Exactly the same as the HTTP#Phix task, except for the CURLOPT_SSLCERT part.
Exactly the same as the HTTP#Phix task, except for the CURLOPT_SSLCERT part.
<lang Phix>include builtins\libcurl.e
<lang Phix>include builtins\libcurl.e