mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-16 04:43:12 +00:00
7 lines
174 B
Nim
7 lines
174 B
Nim
|
|
{.push raises: [Defect].}
|
||
|
|
|
||
|
|
import presto/client
|
||
|
|
|
||
|
|
proc newRestHttpClient*(address: TransportAddress): RestClientRef =
|
||
|
|
RestClientRef.new(address, HttpClientScheme.NonSecure)
|