New “New averaging system”:https://habrahabr.ru/post/350734/
@mugiseyebrows Хотел посмотреть, как он там «скачивает», а клиент-то ПИПИРИТАРНЫЙ!111
Но и сервер шедеврален://ресурсы и apifunc handleResource(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, r.URL.Path[1:])}И следовательно…http://visit.ipnodns.ru:8090/resource/
//ресурсы и apifunc handleResource(w http.ResponseWriter, r *http.Request) { http.ServeFile(w, r, r.URL.Path[1:])}
Пщ — ГОЛОБАЛЬНО И НАДЁЖНО!
@ceyt > If the provided name is constructed from user input, it should be sanitized before calling ServeFile.
@mugiseyebrows Хотел посмотреть, как он там «скачивает», а клиент-то ПИПИРИТАРНЫЙ!111
Но и сервер шедеврален:
//ресурсы и api
func handleResource(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, r.URL.Path[1:])
}
И следовательно…
http://visit.ipnodns.ru:8090/resource/
Пщ — ГОЛОБАЛЬНО И НАДЁЖНО!
@ceyt > If the provided name is constructed from user input, it should be sanitized before calling ServeFile.