nhtp/examples/alltags.nim

7 lines
140 B
Nim
Raw Normal View History

2020-11-02 19:57:33 +01:00
import engine, httpclient
var html = Engine(html: newHttpClient().getContent("http://example.com"))
2020-11-02 20:13:38 +01:00
html.run()
2020-11-02 19:57:33 +01:00
echo len(html.findAll(""))