Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for headerValueContainsToken (0.37 sec)

  1. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    	}
    	for len(x) > 0 && isOWS(x[len(x)-1]) {
    		x = x[:len(x)-1]
    	}
    	return x
    }
    
    // headerValueContainsToken reports whether v (assumed to be a
    // 0#element, in the ABNF extension described in RFC 7230 section 7)
    // contains token amongst its comma-separated tokens, ASCII
    // case-insensitively.
    func headerValueContainsToken(v string, token string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top