beginXmlResponse()
  RETURNS xml.StaxReader 
 | 
Starts a streaming HTTP response. | 
endXmlResponse(
   stax xml.StaxReader ) 
 | 
Performs the HTTP request. | 
getDataResponse(
   b BYTE ) 
 | 
Returns the entire HTTP response in a BYTE. | 
getFileResponse( )
   RETURNS STRING 
 | 
Returns the entire HTTP response to a file on the
disk. | 
getHeader( name STRING )
  RETURNS STRING 
 | 
Returns the value of an HTTP header. | 
getHeaderCount()
  RETURNS INTEGER 
 | 
Returns the number of headers. | 
getHeaderName(
   pos INTEGER )
  RETURNS STRING 
 | 
Returns the name of a header by position. | 
getHeaderValue(
   pos INTEGER )
  RETURNS STRING 
 | 
Returns the value of a header by position. | 
getStatusCode()
  RETURNS INTEGER 
 | 
Returns the HTTP status code. | 
getStatusDescription()
  RETURNS STRING 
 | 
Returns the HTTP status description. | 
getTextResponse()
  RETURNS STRING 
 | 
Returns the entire HTTP response in a string. | 
getXmlResponse()
  RETURNS xml.DomDocument 
 | 
Returns the entire HTTP response in a DOM document. |