Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个向服务器发出“获取”请求的网站。我们现在被告知需要在请求中添加 SNI 信息。我们使用 Dispatch 进行 http 调用。
如何在 Dispatch 中启用 SNI?
scala:2.11.7 调度:0.11.2
花了半天时间在谷歌上搜索并尝试了一些东西,我们决定改用不到一个小时的时间玩 ws。
顺便说一句,dispatch 是一个丑陋的库。它的函数调用使图书馆看起来像是三千年前在埃及写的。