“Native” MQL HTTP Client – library MetaTrader 4

"Native" MQL HTTP Client - library for MetaTrader 4
Author: gunzip <spammmmme@gmail.com> Description: This library implements two simple HTTP GET / POST function to communicate with HTTP servers. It doesn’t require any external dll(s) apart from the standard wininet shipped with win32. Moreover it provides some file upload ability. Put this in experts/include subfolder. Usage: #include <ghttp.mqh> string params[2][2]; params[0][0] = “key1”; params[0][1] =