Hi, why not using [httpclient](http://forum.nim-lang.org///nim-lang.org/docs/httpclient.html)? It's quite easy to use: import httpclient proc main() = var content = getContent("http://example.com") # do sth. with the content main()
- libcurl any example alexsad
- Re: libcurl any example alexsad
- Re: libcurl any example alexsad
- Re: libcurl any example pyloor
- Re: libcurl any example alexsad
