使用https开发的golang路由
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用https开发的golang路由相关的知识,希望对你有一定的参考价值。
我想为golang + svelte设置下一个简单的开发设置
前端
- npx degit sveltejs /模板前端
- 纱线
- yarn dev->在http://localhost:5000上启动前端环境
那是简单的方法
后端
- 使用:443上带有https的go net / http路由器,并使用mkcert创建了自签名证书
- https://localhost/->反向代理http://localhost:5000
- [https://localhost/API->用于业务逻辑的处理程序]
我在路由部分完全被阻止。不知道如何启动它。
答案
如果您是install Caddy,则可以将其用作Caddyfile
:
以上是关于使用https开发的golang路由的主要内容,如果未能解决你的问题,请参考以下文章