installed logger

This commit is contained in:
2026-01-11 16:54:50 -07:00
parent eed88b0764
commit 9de51c3925
12 changed files with 116 additions and 42 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ type (
JSON(any) Response
Cookie(http.Cookie) Response
getStatus() (code int, ok bool)
GetStatus() (code int, ok bool)
getBody() (body io.ReadCloser, ok bool, err error)
getRedirect() (code redirect.Code, to string, ok bool)
getCookies() []http.Cookie