HTTPS/Authenticated: Difference between revisions

Content added Content deleted
(added Arturo implementation)
m (Added command to compile the example (need option -d:ssl).)
Line 387: Line 387:
=={{header|Nim}}==
=={{header|Nim}}==
{{libheader|OpenSSL}}
{{libheader|OpenSSL}}

Compile with command <code>nim c -d:ssl https_authenticated.nim</code>.


<syntaxhighlight lang="nim">import httpclient, base64
<syntaxhighlight lang="nim">import httpclient, base64