RequestMethod
Table of Contents
Classes
- Curl
- Convenience wrapper around the cURL functions to allow mocking.
- CurlPost
- Sends cURL request to the reCAPTCHA service.
- Post
- Sends POST requests to the reCAPTCHA service.
- Socket
- Convenience wrapper around native socket and file functions to allow for
mocking.
- SocketPost
- Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()
instead of get_file_contents(). This is to account for people who may be on
servers where allow_url_open is disabled.