Documentation
¶
Index ¶
- func Binary(body []byte) wrapper.CallWrapper
- func Body(body interface{}) wrapper.CallWrapper
- func JSON(body interface{}) wrapper.CallWrapper
- func JSONWithCodec(body interface{}, c codec.Codec) wrapper.CallWrapper
- func Reader(body io.Reader) wrapper.CallWrapper
- func XML(body interface{}) wrapper.CallWrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONWithCodec ¶
func JSONWithCodec(body interface{}, c codec.Codec) wrapper.CallWrapper
JSONWithCodec convert body to json data with custom codec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.