Lasso Soft Inc. > Home

[ curl->raw ]

Method

[curl->raw] returns the current result of a curl operation. It is returned as a staticarray with three elements

  1. boolean value stating whether the operation is complete or not
  2. document header for those protocols supporting a header part
  3. document body data
  • Syntax
curl->raw
Examples
  • Beginner

To obtain the raw results from a curl operation

Code

curl('http://www.example.com/')->raw

Result

staticarray(true, HTTP/1.0 302 FoundLocation: http://www.iana.org/domains/example/
Server: BigIP
Connection: Keep-Alive
Content-Length: 0

, )

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft