带有 http 和 https 的 Webmachine?
让 https 与 webmachine 一起使用的推荐方法是什么?
我看到有一个获取 mochiweb 使用 https 和 http。我似乎可以将其翻译为网络机器。特别是如何在一个应用程序中处理 http 和 https 请求。
What is the recommended way of getting https working with webmachine?
I see that there is an example for getting mochiweb working with https and http. I just can seem to translate that to webmachine. In particular how do you handle both http and https requests in one app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过对演示应用程序中的 mywebdemo_sup.erl 进行以下更改,我成功地获得了多个侦听器。我还没有对其进行进一步的测试,但希望足以让您开始。
i had some success getting multiple listeners with the following change to mywebdemo_sup.erl in the demo app. i haven't tested it much further than that, but hopefully enough to get you started.