====== HTTPObject::get ====== (TransportAddress addr, string requirstURI, string query=NULL) ===== Syntax ===== void HTTPObject::get(TransportAddress %addr, string %requirstURI[, string %query=NULL]); ===== Parameters ===== [[scripting:doc:engine:types:TransportAddress|TransportAddress]] **%%%addr%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%requirstURI%%**\\ No description available. [optional] [[scripting:doc:engine:types:string|string]] **%%%query=NULL%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:httpobject:post|HTTPObject::post]]\\ ===== References ===== This function is not called by any other functions.