HTTP: Difference between revisions

Content added Content deleted
(Added the command to compile the example (need option -d:ssl).)
m (Corrected command in comment.)
Line 1,953: Line 1,953:


=={{header|Nim}}==
=={{header|Nim}}==
Compile example with command <code>nim c -d:ssl</code>.
Compile example with command <code>nim c -d:ssl httpClient.nim</code>.
<syntaxhighlight lang="nim">import httpclient
<syntaxhighlight lang="nim">import httpclient