package
4.3.3
Repository: https://github.com/go-kivik/kivik.git
Documentation: pkg.go.dev

# Packages

Package auth provides authentication and authorization for the server.
Package config manages server configuration.

# Functions

GetHead automatically route undefined HEAD requests to GET handlers, and discards the response body for such requests.
New instantiates a new server instance.
WithAuthHandlers adds the provided auth handlers to the server.
WithConfig sets the server configuration.
WithUserStores adds the provided user stores to the server.

# Structs

Server is a server instance.

# Interfaces

Option is a server option.