networkAdv/http_probe library

Functions

httpHeadProbe(String host, {Duration timeout = const Duration(seconds: 5)}) Future<Map<String, dynamic>>
Performs a lightweight HTTP HEAD probe returning headers map and resolved first IP (or null). Does not throw — returns nulls on failure.