com.HTTPResponse.getPart

Returns the HTTP part object at the specified index of the current HTTP response.

Syntax

getPart(
   index INTEGER )
  RETURNING part-object com.HTTPPart
  1. index is the index number.

Usage

Returns the HTTP part object at the specified index of the current HTTP response.

Can raise error -15554 (Index is out of bounds).