Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for headerKey (0.07 sec)

  1. pkg/config/validation/virtualservice.go

    func isInternalHeader(headerKey string) bool {
    	return strings.HasPrefix(headerKey, ":") || strings.EqualFold(headerKey, "host")
    }
    
    // isAuthorityHeader returns true if a header refers to the authority header
    func isAuthorityHeader(headerKey string) bool {
    	return strings.EqualFold(headerKey, ":authority") || strings.EqualFold(headerKey, "host")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top