curl
Service icon

cURL

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 24 March 2024
 by 
5.0
 (1 rating)
curl

cURL

Documentation
1.0.0

Options 

 



  • cURL: cURL is a unix library that can be used from a command line to send requests using various types of http protocols. 

  • CommandcURL command. 

  • ReturnReturns the request content headers and status code. 

    • BodyThe content body received from the request. 

    • HeaderAll headers received by the request. 

    • HeadersList of headers received from request. 

      • NameThe name of the header. 

      • ValueThe value of the header. 

    • StatusCodeThe status code received from the request.