def synchronous_fetch(url): http_client = HTTPClient() response =http_client.fetch(url) # ???HTTPClient?????future return response.body.decode() # ?????????????