prototyped svg reports
This commit is contained in:
@@ -88,6 +88,10 @@ func (r redirectRes) HTML(body []byte) Response {
|
||||
return HTML(body).wrap(r)
|
||||
}
|
||||
|
||||
func (r redirectRes) HTMLReader(body io.Reader) Response {
|
||||
return HTMLReader(body).wrap(r)
|
||||
}
|
||||
|
||||
func (r redirectRes) JSON(body any) Response {
|
||||
return JSON(body).wrap(r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user