Documentation
¶
Index ¶
- type URIBuilder
- func (r *URIBuilder) ClientMethod(s string) *URIBuilder
- func (r *URIBuilder) ClientURI(s string) *URIBuilder
- func (r *URIBuilder) ContentType(s string) *URIBuilder
- func (r *URIBuilder) Lifetime(d time.Duration) *URIBuilder
- func (r *URIBuilder) ServerAddr(s string) *URIBuilder
- func (r *URIBuilder) StatusCode(code int) *URIBuilder
- func (r URIBuilder) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URIBuilder ¶
type URIBuilder struct {
// contains filtered or unexported fields
}
URIBuilder is the requested url builder which keeps all the information the server should know to save or retrieve a cached entry's response used on client-side only both from net/http and valyala/fasthttp
func (*URIBuilder) ClientMethod ¶
func (r *URIBuilder) ClientMethod(s string) *