type mime/multipart.Part
14 uses
mime/multipart (current package)
multipart.go#L52: type Part struct {
multipart.go#L76: func (p *Part) FormName() string {
multipart.go#L91: func (p *Part) FileName() string {
multipart.go#L104: func (p *Part) parseContentDisposition() {
multipart.go#L148: func newPart(mr *Reader, rawPart bool, maxMIMEHeaderSize, maxMIMEHeaders int64) (*Part, error) {
multipart.go#L149: bp := &Part{
multipart.go#L169: func (p *Part) populateHeaders(maxMIMEHeaderSize, maxMIMEHeaders int64) error {
multipart.go#L184: func (p *Part) Read(d []byte) (n int, err error) {
multipart.go#L191: p *Part
multipart.go#L325: func (p *Part) Close() error {
multipart.go#L337: currentPart *Part
multipart.go#L371: func (r *Reader) NextPart() (*Part, error) {
multipart.go#L380: func (r *Reader) NextRawPart() (*Part, error) {
multipart.go#L384: func (r *Reader) nextPart(rawPart bool, maxMIMEHeaderSize, maxMIMEHeaders int64) (*Part, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |