package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev
# Packages
Utility functions for testing net2/http2.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
compressionLevel - one of the compression levels in the gzip package.
No description provided by the author
Creates a new HTTP connection pool using the given address and pool parameters.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reasonable default for HTTP connect timeouts.
Reasonable default for maximum idle connections.
Reasonable default for HTTP timeouts.
No description provided by the author
No description provided by the author
In 'LBConsistentHashing' strategy, requests will be routed to host(s) that are the closest to the hash for the request key in the consistent hash ring.
In 'RoundRobin' load balancing strategy requests are sent to different hosts in round robin fashion.
In 'ShuffledFixed' load balancing strategy requests are routed to same host, others are used only in case of failover.
In 'SortedFixed' load balancing strategy requests are routed to same host, others are used only in case of failover.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Pool of persistent HTTP connections.
# Interfaces
A generic interface for HTTP connection pools.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author