Registry / web-framework / mholt-caddy

mholt-caddy

JSON →
library1.0.5gogounverified

The Caddy web server implemented in Go.

go get github.com/mholt/caddy
INSTALL
IMPORT
SIG · MHOLT-CADDY
M
mholt-caddy
web-frameworkgov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

caddy
github.com/mholt/caddy

Start a Caddy server

package main import ( "github.com/mholt/caddy" ) func main() { caddy.AppName = "MyServer" caddy.AppVersion = "1.0" caddy.Start() }
Debug
Known issues
breakingThis is the legacy v1 version; consider using github.com/caddyserver/caddy/v2 for the latest features.
fix
Migrate to github.com/caddyserver/caddy/v2.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
mholt-caddy — go get mholt-caddy · libregistry