Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeSuccessResponseHeadersOnly (0.13 sec)

  1. cmd/api-response.go

    func writeRedirectSeeOther(w http.ResponseWriter, location string) {
    	w.Header().Set(xhttp.Location, location)
    	writeResponse(w, http.StatusSeeOther, nil, mimeNone)
    }
    
    func writeSuccessResponseHeadersOnly(w http.ResponseWriter) {
    	writeResponse(w, http.StatusOK, nil, mimeNone)
    }
    
    // writeErrorResponse writes error headers
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Oct 24 04:05:19 UTC 2025
    - 35K bytes
    - Viewed (0)
Back to top