Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TryUnmarshal ¶
func TryUnmarshal(text []byte, response interface{})
func TryUnmarshalEscaped ¶
func TryUnmarshalEscaped(jsonStr json.RawMessage, response interface{})
Types ¶
type Response ¶
type Response struct { StatusCode int Headers interface{} MultiValueHeaders interface{} Body interface{} }
func ParseResponse ¶
func (*Response) PaseHeaders ¶
func (res *Response) PaseHeaders(headStruct interface{})
Click to show internal directories.
Click to hide internal directories.