We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否可以增加自定义HTTP驱动,在Laravel中我想要使用框架的HTTP客户端。因为HTTP客户端提供事件监听,我会通过这个完成请求响应报文的记录
The text was updated successfully, but these errors were encountered:
$app->setHttpClient() 不是可以使用自定义的http驱动么。不过Laravel的HTTP看了下应该要自己写一个类去实现下Symfony\Contracts\HttpClient\HttpClientInterface 才行
$app->setHttpClient()
Symfony\Contracts\HttpClient\HttpClientInterface
Sorry, something went wrong.
No branches or pull requests
我用的环境
问题及现象
是否可以增加自定义HTTP驱动,在Laravel中我想要使用框架的HTTP客户端。因为HTTP客户端提供事件监听,我会通过这个完成请求响应报文的记录
The text was updated successfully, but these errors were encountered: