How should THttpClient be constructed? I see three options.

1/ THttpClient(host, port, path, use_https=false)

2/ THttpClient(host, port, path) OR THttpsClient(host, port, path)

3/ THttpClient(uri) (e.g., URI is "https://foo/bar", "http://foo:8090/bar")

1

2

dreiss

3

Dave Engberg

Esteve Fernandez

  • No labels