Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastHttpClient ¶
type FastHttpClient struct {
// contains filtered or unexported fields
}
func FastHttp ¶
func FastHttp(client *fasthttp.Client) *FastHttpClient
FastHttp tell service to use fasthttp.Client. If client is nil, default client will be used.
func (*FastHttpClient) RequestDelivery ¶
type StdHttpClient ¶
type StdHttpClient struct {
// contains filtered or unexported fields
}
func StdHttp ¶
func StdHttp(client *http.Client) *StdHttpClient
func (*StdHttpClient) RequestDelivery ¶
Click to show internal directories.
Click to hide internal directories.