close method
void
close()
Closes the HTTP client and other resources
Implementation
void close() {
_httpClient.close();
_robotsTxtHandler.close();
}
Closes the HTTP client and other resources
void close() {
_httpClient.close();
_robotsTxtHandler.close();
}