# 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
No description provided by the author
No description provided by the author
CallStream performs HTTP request with the given method and URL.
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
FixupEndpointURLScheme changes endpoint URL schemes used by arangod to ones used by go.
HasAsyncID returns the async Job ID from the given context.
No description provided by the author
IsAsyncRequest returns true if the given context is an async request.
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
Deprecated: use NewRoundRobinEndpoints
NewEndpoints returns Endpoint manager which runs round-robin.
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
NewMaglevHashEndpoints returns Endpoint manager which consistently returns the same endpoint based on value extracted from request using provided RequestHashValueExtractor e.g.
No description provided by the author
No description provided by the author
No description provided by the author
NewRoundRobinEndpoints returns Endpoint manager which runs round-robin.
NewUrl returns the path in the URL.
RequestDBNameValueExtractor might be used as RequestHashValueExtractor to use DB name from URL for hashing It fallbacks to requestMethod+requestPath concatenation in case if path does not contain DB name.
No description provided by the author
WithAsync is used to configure a context to make an async operation - requires Connection with Async wrapper!.
WithAsyncID is used to check an async operation result - requires Connection with Async wrapper!.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
ApplicationVPack is the content type for VelocyPack
Deprecated: Use JSON instead.
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
RequestCompressionTypeDeflate is used to enable deflate compression.
RequestCompressionTypeGzip is used to enable gzip compression.
# Variables
ErrReaderOutputBytes is the error to inform caller about invalid output argument.
ErrWriterInputBytes is the error to inform caller about invalid input argument.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
CompressionConfig is used to enable compression for the connection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
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
No description provided by the author
# Type aliases
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
RequestHashValueExtractor accepts request method and full request path and must return a value which will be used for hash calculation.
No description provided by the author
No description provided by the author
No description provided by the author