mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-02 21:24:35 -04:00
Updated Extending Caddy (markdown)
parent
5c4fccf0e8
commit
e2acac2b95
@ -37,7 +37,7 @@ func Setup(c *setup.Controller) (middleware.Middleware, error) {
|
||||
}
|
||||
```
|
||||
|
||||
For more information about how to use the Controller, read the [godoc for setup.Controller](http://godoc.org/github.com/mholt/caddy/config/setup#Controller). For help on how to make your HTTP handler, see the article [Writing Middleware](https://github.com/mholt/caddy/wiki/Writing-Middleware).
|
||||
For more information about how to use the Controller, read the [godoc for setup.Controller](http://godoc.org/github.com/mholt/caddy/caddy/setup#Controller). For help on how to make your HTTP handler, see the article [Writing Middleware](https://github.com/mholt/caddy/wiki/Writing-Middleware).
|
||||
|
||||
|
||||
## 2. Test your code with caddydev
|
||||
|
Loading…
x
Reference in New Issue
Block a user