pavlospt
03/24/2020, 10:53 AMHttpClient
usage. If I want to execute an API call when someone “hits” a specific endpoint, do I just need to call <http://client.post|client.post>(…)
inside the route callback, or am I missing something? It is like the call is never executed and cancelled after the specified timeout..! Thanks in advance!e5l
03/24/2020, 10:55 AM<http://client.post|client.post>(...)
should be enough. To clarify where it stucks you can enable Logging
featurepavlospt
03/24/2020, 10:56 AMe5l
03/24/2020, 10:56 AMpavlospt
03/24/2020, 10:57 AMe5l
03/24/2020, 11:19 AMpavlospt
03/24/2020, 11:20 AM.use
is still valid if I want to use the same client?e5l
03/24/2020, 11:20 AMpavlospt
03/24/2020, 11:21 AMe5l
03/24/2020, 12:10 PMpavlospt
03/24/2020, 12:14 PM