HttpBridgePostRequestMethod
实现 RequestMethod将 Joomla! HTTP API 桥接到 Google Recaptcha RequestMethod 接口以进行 POST 请求。
最终
自 |
3.9.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数。
__construct(\Joomla\Http\Http|null http = null) :
自 |
3.9.0 |
---|
参数
- http
Http|null
HTTP 适配器
响应
混合
submit
使用指定的参数提交请求。
submit(\ReCaptcha\RequestParameters params) :
自 |
3.9.0 |
---|
参数
- params
RequestParameters
请求参数
响应
string
reCAPTCHA 响应的主体
常量
SITE_VERIFY_URL
发送请求的 URL。
值 | 'https://www.google.com/recaptcha/api/siteverify' |
---|---|
自 |
3.9.0 |
类型
字符串
属性
http
HTTP 适配器
自 |
3.9.0 |
---|
类型
Http