Current limitation of the implementation: It marks every call to ``++curl_exec()++`` as an HTTP request even when another protocol is used (ex: FTP, Gopher, Telnet ...). This is acceptable for now as:
* HTTP is the most common case by far.
* Even if the hotspot uses another protocol, a review is still needed.