Is there a function/property in the Rest class t...
# tornadofx
e
Is there a function/property in the Rest class that can help me to be sure whether I am sending the correct request by printing the final request URL when query strings have been applied to the base URI. Because in the rest api I designed I have end-points like this one "http://127.0.0.1:8000/api/v1/flights?include=arrival,departure" with query strings. That can be very useful when debugging the program.