Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multipart ¶ added in v1.4.0
type Multipart struct {
// contains filtered or unexported fields
}
Multipart for CRUD actions regarding api.Product objects as multipart/form-data.
func NewMultipart ¶ added in v1.4.0
func (*Multipart) ProcessForm ¶ added in v1.4.0
func (handler *Multipart) ProcessForm(resp http.ResponseWriter, req *http.Request)
type ResponseGZIP ¶ added in v1.4.0
type ResponseGZIP struct {
// contains filtered or unexported fields
}
func NewResponseGZIP ¶ added in v1.4.0
func NewResponseGZIP(resp http.ResponseWriter) *ResponseGZIP
func (*ResponseGZIP) Flush ¶ added in v1.4.0
func (resp *ResponseGZIP) Flush()
func (*ResponseGZIP) Header ¶ added in v1.4.0
func (resp *ResponseGZIP) Header() http.Header
func (*ResponseGZIP) Write ¶ added in v1.4.0
func (resp *ResponseGZIP) Write(bytes []byte) (int, error)
func (*ResponseGZIP) WriteHeader ¶ added in v1.4.0
func (resp *ResponseGZIP) WriteHeader(statusCode int)
Click to show internal directories.
Click to hide internal directories.