Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/config/validation/validation.go

    			nhvalueMatch := assignExactOrPrefix(nhvalueExact, nhvaluePrefix)
    			noHeaderMap[nhkey] = nhvalueMatch
    		}
    
    		matchHTTPRoutes = &OverlappingMatchValidationForHTTPRoute{
    			routeName(route, rulen),
    			requestName(match, matchn),
    			tmpPrefix,
    			match.Port,
    			methodMatch,
    			authorityMatch,
    			headerMap,
    			QPMap,
    			noHeaderMap,
    		}
    		return
    	}
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top