返回全部术语
77网络与协议

Webhook

事件回调

当某个事件发生时,服务器会自动向你配置的 URL 发送数据,而不需要你一直去查询。

举个例子

用户支付成功后,系统会通过 Webhook 通知我的服务器。

相关资源

复制提示词

Write a webhook handler that verifies the signature and handles retries safely.

相关术语

查看全部