Skip to content

responseLength()

OverEasy edited this page Feb 20, 2018 · 2 revisions

responseLength()

Return the response length. If not chunked, this will be the value of the "content-length" response header. For chunked response, this will be the sum total of all chunks received to date. When readyState is 4 (readyStateDone), this is the total size of the response data.

returned value is type size_t

Clone this wiki locally