github.com/goplus/yap@v0.8.1/demo/classfile2_statichttp/main.yap (about)

     1  import "github.com/qiniu/x/http/fs"
     2  
     3  static "/", fs.http("https://goplus.org"), false
     4  run ":8080"