go-zero/rest
2024-07-18 15:15:03 +00:00
..
chain chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
handler chore(api/maxconnshandler): add tracing information to the log (#4126) 2024-05-08 05:25:35 +00:00
httpc chore: initialize some slice type variables (#4249) 2024-07-15 15:50:42 +00:00
httpx chore: refactor and coding style (#4144) 2024-05-11 23:06:59 +08:00
internal feat: handle using root as the path of file server (#4255) 2024-07-18 15:15:03 +00:00
pathvar test: add more tests (#1352) 2021-12-20 22:42:36 +08:00
router chore: use %q instead of %s for unmarshaling (#3163) 2023-04-24 12:11:12 +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 embed file system to serve files in rest (#4253) 2024-07-17 16:21:08 +08:00
server.go feat: support embed file system to serve files in rest (#4253) 2024-07-17 16:21:08 +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