Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowMethods (0.1 sec)

  1. pilot/pkg/networking/core/route/route.go

    			Numerator:   100,
    			Denominator: xdstype.FractionalPercent_HUNDRED,
    		},
    	}
    
    	out.AllowCredentials = in.AllowCredentials
    	out.AllowHeaders = strings.Join(in.AllowHeaders, ",")
    	out.AllowMethods = strings.Join(in.AllowMethods, ",")
    	out.ExposeHeaders = strings.Join(in.ExposeHeaders, ",")
    	if in.MaxAge != nil {
    		out.MaxAge = strconv.FormatInt(in.MaxAge.GetSeconds(), 10)
    	}
    	return &out
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top