HTTP/2 服务器推送
最后更新于:2022-04-02 07:27:23
`http.Pusher`只支持Go 1.8或更高版本,有关详细信息,请参阅[golang博客](https://blog.golang.org/h2push)
```
package main
import (
"html/template"
"log"
"github.com/gin-gonic/gin"
)
var html = template.Must(template.New("https").Parse(`
Https Test
';