net/http.Header.has (method)
5 uses
net/http (current package)
header.go#L68: func (h Header) has(key string) bool {
request.go#L627: if r.Header.has("User-Agent") {
request.go#L1417: if r.Header.has("Idempotency-Key") || r.Header.has("X-Idempotency-Key") {
server.go#L1417: if !header.has("Date") {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |