init method
void
init()
Initialize the HTTP client with optimized settings
Implementation
void init() {
_client = http.Client();
}
Initialize the HTTP client with optimized settings
void init() {
_client = http.Client();
}