Documentation
¶
Index ¶
- type Multiparter
- func (m *Multiparter) FormDataContentType() string
- func (m *Multiparter) Proc(inputStream *stream.IOStream, inputErr *stream.ErrorPasser) (outputStream *stream.IOStream, outputErr *stream.ErrorPasser)
- func (m *Multiparter) SetCtxKeyOfFileName(key string)
- func (m *Multiparter) SetDownstreamCtx(ctx context.Context)
- func (m *Multiparter) SetFieldName(fieldName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multiparter ¶
type Multiparter struct {
// contains filtered or unexported fields
}
func NewMultiparter ¶
func NewMultiparter() *Multiparter
func (*Multiparter) FormDataContentType ¶
func (m *Multiparter) FormDataContentType() string
func (*Multiparter) Proc ¶
func (m *Multiparter) Proc(inputStream *stream.IOStream, inputErr *stream.ErrorPasser) ( outputStream *stream.IOStream, outputErr *stream.ErrorPasser)
func (*Multiparter) SetCtxKeyOfFileName ¶
func (m *Multiparter) SetCtxKeyOfFileName(key string)
func (*Multiparter) SetDownstreamCtx ¶
func (m *Multiparter) SetDownstreamCtx(ctx context.Context)
func (*Multiparter) SetFieldName ¶
func (m *Multiparter) SetFieldName(fieldName string)
Click to show internal directories.
Click to hide internal directories.