“Jak ustawić kod stanu Golang HTTP” Kod odpowiedzi

Jak ustawić kod stanu Golang HTTP

func ServeHTTP(w http.ResponseWriter, r *http.Request) {
    w.WriteHeader(http.StatusInternalServerError)
    w.Write([]byte("500 - Something bad happened!"))
}
Restu Wahyu Saputra

Jak ustawić kod stanu Golang HTTP

rw.WriteHeader(http.StatusBadRequest)
Restu Wahyu Saputra

Odpowiedzi podobne do “Jak ustawić kod stanu Golang HTTP”

Pytania podobne do “Jak ustawić kod stanu Golang HTTP”

Więcej pokrewnych odpowiedzi na “Jak ustawić kod stanu Golang HTTP” w Go

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu