home / experts / javascript / column50 |
|
The HTTPProvider Object's Properties, Part II
Sets/returns the RECEIVED stream as a string. Use
Sets/returns the SEND stream as a string.
Returns the header elements as a string. The header elements are separated on different lines.
Returns the length of the received content stream.
Returns the MIME content type of the received content stream.
Returns the size of the content stream sent to the server. Can be used to display progress during asynchronous GET operations. The
Returns the size of the content stream received from the server. Can be used to display progress during asynchronous POST operations. The
Returns the most recent response content block when content stream is sent already.
Returns the HTTP request status. This is a 3-digit integer result of the attempt to parse and satisfy the request. See below the table of status codes.
Returns the reason phrase which is a short textual description of the status codes. The status codes are intended for automatic script manipulation, while the status phrases are needed for humans. The following table shows all status codes and their corresponding reason phrases:
|
Produced by Yehuda Shiran and Tomer Shiran
Created: October 11, 1999
Revised: October 15, 1999
URL: http://www.webreference.com/js/column50/httpprop2.html