go-zero/rest
2025-01-22 22:55:52 +08:00
..
chain chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
handler fix: DetailedLog format. (#4467) 2024-12-21 03:48:27 +00:00
httpc chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00:00
httpx chore: remove useless code (#4592) 2025-01-22 22:55:52 +08:00
internal feat: support rest.WithCorsHeaders to customize cors headers (#4284) 2024-07-30 17:29:44 +08:00
pathvar test: add more tests (#1352) 2021-12-20 22:42:36 +08:00
router feat: support form array in three notations (#4498) 2024-12-23 00:56:20 +08:00
testdata feat: support file server in rest (#4244) 2024-07-13 19:58:35 +08:00
token chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
config.go optimize: shedding algorithm performance (#3908) 2024-02-15 20:22:22 +08:00
engine_test.go chore: fix warnings (#3990) 2024-03-09 13:48:11 +08:00
engine.go fix: only add log middleware to not found handler when enabled (#3969) 2024-03-05 04:14:54 +00:00
server_test.go feat: support rest.WithCorsHeaders to customize cors headers (#4284) 2024-07-30 17:29:44 +08:00
server.go feat: support rest.WithCorsHeaders to customize cors headers (#4284) 2024-07-30 17:29:44 +08:00
types.go Added support for setting the parameter size accepted by the interface and custom timeout and maxbytes in API file (#1713) 2022-03-31 20:20:00 +08:00