This class can be used to send HTTP requests with the Curl library. It can send HTTP GET or POST request to a given URL. For form POST requests it can set each of the form field values. The class can also retrieve a page with a form and parse the HTML to retrieve the form fields and values.