Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONBodyProvider ¶
type JSONBodyProvider struct {
// contains filtered or unexported fields
}
JSONBodyProvider ...
func NewJSONBodyProvider ¶
func NewJSONBodyProvider(p interface{}) *JSONBodyProvider
NewJSONBodyProvider ...
func (*JSONBodyProvider) ContentType ¶
func (p *JSONBodyProvider) ContentType() string
ContentType ...
type JSONConsumer ¶
type JSONConsumer struct {
// contains filtered or unexported fields
}
JSONConsumer ...
type MultipartFileBody ¶
type MultipartFileBody struct {
// contains filtered or unexported fields
}
MultipartFileBody ...
func NewMultipartFileBody ¶
func NewMultipartFileBody(name string, contents io.Reader) *MultipartFileBody
NewMultipartFileBody ...
func (*MultipartFileBody) ContentType ¶
func (p *MultipartFileBody) ContentType() string
ContentType ...
Click to show internal directories.
Click to hide internal directories.