package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 12, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Caddy-PProf
$ xcaddy build \
--with github.com/imgk/caddy-pprof
Config
{
"apps": {
"http": {
"servers": {
"": {
"routes": [
{
"handle": [
{
"handler": "pprof"
}
]
}
]
}
}
}
}
}
Documentation
¶
Handler implements an HTTP handler that ...
CaddyModule returns the Caddy module information.
Provision implements caddy.Provisioner.
ServeHTTP implements caddyhttp.MiddlewareHandler.
UnmarshalCaddyfile unmarshals Caddyfile tokens into h.
Source Files
¶
Directories
¶
cmd
|
|
caddy
command
Package main is the entry point of the Caddy application.
|
Package main is the entry point of the Caddy application. |
Click to show internal directories.
Click to hide internal directories.