get_content_length
Description:
Gets the length of the data represented by this.
For most request types, this will not be known until after you call send or send_async.end.
Parameters:
this |
a Request |
Returns:
the length of the data represented by this, or -1 if not known. |