Example #1
0
func (f *Favicon) SrvHTTP(hs *routing.HTTPSession) routing.HResult {
	fmt.Println(hs, f)
	hs.SendF("favicon.ico", f.Path, "image/x-icon", false)
	return routing.HRES_RETURN
}