Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RootHandler ¶
func RootHandler(ac auth.AccessController, ctx context.Context, trust signed.CryptoService, consistent, current utils.CacheControlConfig) http.Handler
RootHandler returns the handler that routes all the paths from / for the server.
Types ¶
type Config ¶ added in v0.3.0
type Config struct { Addr string TLSConfig *tls.Config Trust signed.CryptoService AuthMethod string AuthOpts interface{} ConsistentCacheControlConfig utils.CacheControlConfig CurrentCacheControlConfig utils.CacheControlConfig }
Config tells Run how to configure a server
Click to show internal directories.
Click to hide internal directories.