This commit is contained in:
@@ -25,6 +25,7 @@ type (
|
||||
Redirect(code redirect.Code, to string) Response
|
||||
Body(io.ReadCloser) Response
|
||||
HTML([]byte) Response
|
||||
HTMLReader(io.Reader) Response
|
||||
JSON(any) Response
|
||||
Cookie(http.Cookie) Response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user