dongwen5336 2015-07-23 16:10
浏览 32
已采纳

是否可以使用Guzzle在外部插槽上写入?

Here is my usecase, I want to convert this PHP code:

    $ctx = stream_context_create(array(
        'ssl' => array(
            'local_cert' => $myLocalCert,
            'passphrase' => $myPassphrase,
        ),
    ));
    $stream = stream_socket_client(
        'tls://gateway.sandbox.push.apple.com:2195',
        $errno,
        $errstr,
        30,
        STREAM_CLIENT_CONNECT | STREAM_CLIENT_PERSISTENT,
        $ctx
    );

    fwrite($stream, $myMessage, strlen($myMessage));

to something similar using the great Guzzle lib.

I know that Guzzle has a Stream class, that we can send as "body" of a request, but I don't even know if Guzzle allows to use another protocol than "http(s)"...

Any Guzzle experts here? :)

  • 写回答

1条回答 默认 最新

  • dongningce9075 2015-07-23 16:22
    关注

    Supporting custom protocols seems out of scope for an HTTP client like Guzzle.

    Are you sending HTTP messages to that endpoint? If so, why can't you use https? If not, what features of Guzzle do you want to use? Most of the library is very HTTP-specific.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请求分析基于spring boot+vue的前后端分离的项目
  • ¥15 三菱伺服电机按启动按钮有使能但不动作
  • ¥20 为什么我写出来的绘图程序是这样的,有没有lao哥改一下
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥200 关于#c++#的问题,请各位专家解答!网站的邀请码
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?