Home
last modified time | relevance | path

Searched refs:LBClient (Results 1 – 5 of 5) sorted by relevance

/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
66 func (cc *LBClient) DoDeadline(req *Request, resp *Response, deadline time.Time) error { argument
71 func (cc *LBClient) DoTimeout(req *Request, resp *Response, timeout time.Duration) error { argument
78 func (cc *LBClient) Do(req *Request, resp *Response) error { argument
86 func (cc *LBClient) init() { argument
102 func (cc *LBClient) get() *lbClient { argument
H A Dlbclient_example_test.go19 var lbc fasthttp.LBClient
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
66 func (cc *LBClient) DoDeadline(req *Request, resp *Response, deadline time.Time) error { argument
71 func (cc *LBClient) DoTimeout(req *Request, resp *Response, timeout time.Duration) error { argument
78 func (cc *LBClient) Do(req *Request, resp *Response) error { argument
86 func (cc *LBClient) init() { argument
102 func (cc *LBClient) get() *lbClient { argument
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dlbclient.go27 type LBClient struct { struct
66 func (cc *LBClient) DoDeadline(req *Request, resp *Response, deadline time.Time) error { argument
71 func (cc *LBClient) DoTimeout(req *Request, resp *Response, timeout time.Duration) error { argument
78 func (cc *LBClient) Do(req *Request, resp *Response) error { argument
86 func (cc *LBClient) init() { argument
102 func (cc *LBClient) get() *lbClient { argument
H A Dlbclient_example_test.go19 var lbc fasthttp.LBClient