package
0.0.44-personal-build
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package serve deals with serving objects over HTTP.

# Functions

NewServer creates an http server.

# Variables

ContextAuthKey is a simple context key for storing info returned by AuthFn.
ContextUserKey is a simple context key for storing the username of the request.
DefaultOpt is the default values used for Options.
Help contains text describing the http server to add to the command help.

# Structs

Options contains options for the http Server.
Server contains info about the running http server.

# Type aliases

AuthFn if used will be used to authenticate user, pass.