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