Options
cURL: cURL is a unix library that can be used from a command line to send requests using various types of http protocols.
Command: cURL command.
Return: Returns the request content headers and status code.
Body: The content body received from the request.
Header: All headers received by the request.
Headers: List of headers received from request.
Name: The name of the header.
Value: The value of the header.
StatusCode: The status code received from the request.