Library
Class

HttpResponse

Name

getHeaders

Description Returns an array of HTTP header values by key name. Use this if you expect to have multiple headers with the same key name in the response.
Syntax
client.getHeaders(name)
Parameters
client RESTClient: any variable of type RESTClient
name String: the name of the headers you wish to retreive
Returns String[]
Usage Application
Updated on Sun Sep 03 21:52:12 PDT 2017

Creative Commons License