faster-than-requests isn't really a Nim library at all, it's a Python library made in Nim. You should take a look at https://nim-lang.org/docs/httpclient.htmlwhich is in the Nim standard library and is pretty easy to use, although it isn't as feature-rich as Python's requests