Documentation ¶
Index ¶
- func Raw(client *http.Client, URL string, method string, data interface{}) (*http.Response, error)
- func Send(client *http.Client, URL string, method string, data []byte) *contracts.Response
- func StreamByte(b []byte, w gin.ResponseWriter) error
- func StreamClose(w gin.ResponseWriter)
- func StreamHttp(reader io.ReadCloser, w gin.ResponseWriter) error
- func ToJson(data interface{}) json.RawMessage
- type Nameservers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamByte ¶ added in v0.0.129
func StreamByte(b []byte, w gin.ResponseWriter) error
func StreamClose ¶ added in v0.0.129
func StreamClose(w gin.ResponseWriter)
func StreamHttp ¶ added in v0.0.129
func StreamHttp(reader io.ReadCloser, w gin.ResponseWriter) error
func ToJson ¶
func ToJson(data interface{}) json.RawMessage
Types ¶
Click to show internal directories.
Click to hide internal directories.