摘要: 原文:https://shockerli.net/post/golang-pkg-http-file-server/ http.FileServer 方法属于标准库 net/http,返回一个使用 FileSystem 接口 root 提供文件访问服务的 HTTP 处理器。可以方便的实现静态文件服务 阅读全文
posted @ 2023-02-10 11:10 liujiacai 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/Survivalist/p/10033169.html 在学习Go语言有一个很好的起点,Go语言官方文档很详细,今天我们学习的Go Web服务器的搭建就需要用到Go语言官方提供的标准库 net/http,通过http包提供了HTTP客户端和服务端 阅读全文
posted @ 2023-02-10 08:53 liujiacai 阅读(47) 评论(0) 推荐(0) 编辑