mime/multipart.Part.Header (field)
7 uses
mime/multipart (current package)
formdata.go#L85: Header: p.Header,
multipart.go#L38: Header textproto.MIMEHeader
multipart.go#L80: v := p.Header.Get("Content-Disposition")
multipart.go#L125: Header: make(map[string][]string),
multipart.go#L136: if strings.EqualFold(bp.Header.Get(cte), "quoted-printable") {
multipart.go#L137: bp.Header.Del(cte)
multipart.go#L148: bp.Header = header
![]() |
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. |