Documentation ¶
Index ¶
Constants ¶
View Source
const ( Text = "text/plain" JavaScript = "application/javascript" Json = "application/json" Html = "text/html" Xml = "application/xml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
type Form struct {
// contains filtered or unexported fields
}
func NewFormData ¶
func NewFormData() *Form
func (*Form) GetContentType ¶
func (*Form) SetBoundary ¶
type Raw ¶
type Raw struct {
// contains filtered or unexported fields
}
func NewRawData ¶
func NewRawData() *Raw
func (*Raw) GetContentType ¶
type Url ¶
type Url struct {
// contains filtered or unexported fields
}
func NewUrlEncode ¶
func NewUrlEncode() *Url
func (*Url) GetContentType ¶
Click to show internal directories.
Click to hide internal directories.