Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setAuthMiddleware (8.39 sec)

  1. cmd/auth-handler.go

    // Validate if the authType is valid and supported.
    func isSupportedS3AuthType(aType authType) bool {
    	_, ok := supportedS3AuthTypes[aType]
    	return ok
    }
    
    // setAuthMiddleware to validate authorization header for the incoming request.
    func setAuthMiddleware(h http.Handler) http.Handler {
    	// handler for validating incoming authorization headers.
    	return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 26K bytes
    - Viewed (0)
Back to top