Table of Contents

HTTPObject::post

(TransportAddress addr, string requestURI, string query, string post)

Syntax

void HTTPObject::post(TransportAddress %addr, string %requestURI, string %query, string %post);

Parameters

TransportAddress %addr
No description available.

string %requestURI
No description available.

string %query
No description available.

string %post
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

HTTPObject::get

References

This function is not called by any other functions.