mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
7 lines
168 B
Nim
7 lines
168 B
Nim
{.push raises: [].}
|
|
|
|
import presto/client
|
|
|
|
proc newRestHttpClient*(address: TransportAddress): RestClientRef =
|
|
RestClientRef.new(address, HttpClientScheme.NonSecure)
|