mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
Rename and export some types, other minor changes
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user