в http?
w.WriteHeader(http.StatusBadRequest)
w.Header().Set("Content-Type", "application/json")
w.Write([]byte(msg))
WriteHeader sends an HTTP response header with the provided status code. Writeheader запрос отсылает
Обсуждают сегодня