Brent J. Nordquist
Results
1
comments of
Brent J. Nordquist
> you can get the full uri as string > `con->get_uri()->str()` Unfortunately `con->get_uri()->str()` only has the scheme/host/port/path, it doesn't have the query string. The output below returns as shown. ```...