mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 07:43:17 +00:00
Rename and export some types, other minor changes
This commit is contained in:
parent
8ae0d6a509
commit
f9d93ead4e
7 changed files with 151 additions and 106 deletions
|
@ -15,7 +15,6 @@ func init() {
|
|||
}
|
||||
|
||||
// Static implements a simple responder for static responses.
|
||||
// It is Caddy's default responder. TODO: Or is it?
|
||||
type Static struct {
|
||||
StatusCode int `json:"status_code"`
|
||||
Headers http.Header `json:"headers"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue