如何处理 Dancer 路由中的通配符子域?
我正在使用 Dancer 框架编写一个 Web 应用程序,我想为每个用户提供一个子域,就像 wordpress.com 那样。
如何指定 Dancer 路由以考虑域名?
I'm writing a web app with the Dancer framework and I'd like to offer each user a subdomain, like wordpress.com does.
How can I specify my Dancer routes to take account of the domain name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看https://github.com/sukria/ThisShit是如何实现的
Look at how https://github.com/sukria/ThisShit is implemented