close

open override fun close()

Closes the resources associated with this HttpResponse.

It is very important to close the response body to prevent resource leaks. This method should be called once you have finished with the HttpResponse and no longer need it.