type Response struct {
Path string `cfg:"path"`
Methods []string `cfg:"methods"`
// Message adds custom message to the response Message string `cfg:"message"`
// Redirect is not empty, it will redirect to the given URL Redirect string `cfg:"redirect"`
}