mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-09 08:35:17 -04:00
Removed duplicate header
parent
bd55be2fa2
commit
a8d58f0970
@ -1,5 +1,3 @@
|
||||
# Writing Middleware
|
||||
|
||||
This page describes how to write middleware for Caddy, which adds to its capabilities when serving requests. You should know Go and be familiar with its [net/http](https://golang.org/pkg/net/http) package. It may help to have written at least a simple web app before or have a basic understanding of how middleware works in general.
|
||||
|
||||
Caddy's middleware packages are independent and can be used in any Go program. (Learn how.) Keep that in mind when writing middleware: it's not just for Caddy.
|
||||
|
Loading…
x
Reference in New Issue
Block a user