net/textproto.MIMEHeader.Del (method)

3 uses

	net/textproto (current package)
		header.go#L54: func (h MIMEHeader) Del(key string) {

	net/http
		header.go#L81: 	textproto.MIMEHeader(h).Del(key)

	mime/multipart
		multipart.go#L162: 			bp.Header.Del(cte)