Implement a new RequestMethod
mainTo add a new request method for communicating with the reCAPTCHA service, create a class that implements the ReCaptcha\RequestMethod interface. Following the project convention, name the class RequestMethod\_MethodType_Post (for example, RequestMethod\CurlPost). When implementing a new method, ensure it returns the following error codes where appropriate:
ReCaptcha::E_CONNECTION_FAILEDReCaptcha::E_BAD_RESPONSE