1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

44 Commits

Author SHA1 Message Date
hailaz
63cb3285f8
fix(net/ghttp): update response message handling in MiddlewareHandlerResponse (#4162) 2025-02-27 11:59:26 +08:00
John Guo
3d4904eb3d
feat(net/ghttp): remove Req/Res suffix limitation for input/output parameters of strict router handler (#3848) 2024-11-14 17:58:39 +08:00
John Guo
bcb479aabb
fix issue #3077 (#3081) 2023-10-24 10:02:04 +08:00
John Guo
7f1ce2aff3
fix issue #2904 (#3004) 2023-10-11 21:33:51 +08:00
houseme
569cbb09bf
fix: improve specification version (#2987) 2023-09-26 22:03:18 +08:00
海亮
130191f4ed
add in:header tag cache for http request to enhance performance (#2923) 2023-09-25 21:34:58 +08:00
John Guo
df92c483d0
fix isue #2976, to be compatible with bad response type definition for strict route function (#2977) 2023-09-25 20:40:32 +08:00
John Guo
53323f3cf9
improve support for generic router registering (#2877) 2023-08-17 21:16:19 +08:00
Wankko Ree
3df5969348
fix generic check with slice for ghttp (#2850) 2023-08-16 21:42:36 +08:00
John Guo
f3437dc00f
add generic support for http routes registering #2227 #2457 (#2807) 2023-08-02 20:35:58 +08:00
John Guo
368312c816
add multiple methods support for object route (#2663) 2023-05-24 17:21:28 +08:00
John Guo
dfb7f5abfb
improve error message when the router hander definition is not standrad (#2528) 2023-03-20 09:51:43 +08:00
houseme
1793bf0863
add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
ivothgle
33fdde6afd
opt: parameter verification of optimized handler methods (#2224) 2022-10-20 19:36:01 +08:00
John Guo
25c091df7f improve package ghttp 2022-05-06 20:25:21 +08:00
John Guo
707dc6b346 add xextensions feature for package goai 2022-03-29 20:31:00 +08:00
houseme
8357b0f649 improve comment 2022-03-19 17:58:21 +08:00
John Guo
b5e8e68713 fix issue #1625 2022-02-24 22:07:27 +08:00
John Guo
4978955404 fix issue in missing handler name for standard router handlers 2021-12-18 18:25:04 +08:00
houseme
be03b3cdda Improved import, by group improt. 2021-11-13 23:23:55 +08:00
John Guo
748040fb0b improve group router for package ghttp 2021-11-07 21:31:33 +08:00
John Guo
aacfa1bd96 add short typed tag mapping for summary/description for package goai;add suffix checks for request/response struct naming 2021-10-21 20:17:02 +08:00
John Guo
fa5499373a replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
John Guo
82d04d612b fix openapi specification generating; improve handler type 2021-10-06 14:22:58 +08:00
John Guo
9f2eeb23ba print error stack in faltal error for ghttp.Server 2021-10-06 12:12:59 +08:00
John Guo
322f5933ad add build-in swagger ui support for ghttp.Server 2021-10-03 00:22:06 +08:00
John Guo
1e80dc71eb add automatic generating for OpenApi specification for ghttp.Server routes 2021-10-02 22:34:39 +08:00
John Guo
750972e7c6 fix unit testing cases 2021-09-28 19:04:36 +08:00
John Guo
df09d8c604 refract package ghttp/gredis/glog 2021-09-27 21:27:24 +08:00
John Guo
abc8e62d58 add package gcode and improve error implements for package gerror 2021-08-24 21:18:59 +08:00
John Guo
0ddacdd7e2 add error code for components 2021-07-20 23:02:02 +08:00
John Guo
f72d991c36 rename attribute names from lower-camel case to upper-camel case 2021-07-19 20:06:44 +08:00
John Guo
0140808460 add handler extension feature for package ghttp 2021-07-13 23:01:31 +08:00
John Guo
093034acd1 copyright comment update 2021-01-17 21:46:25 +08:00
jflyfox
a2e7aec37f change constant variable names 2020-12-14 13:26:48 +08:00
John
feff3ddce3 comment update for package ghttp 2020-05-09 19:19:42 +08:00
John
f3d859159d improve router group for duplicated router registering for package ghttp.Server 2020-03-17 14:48:52 +08:00
John
8eda69b11e improve the plugin feature for ghttp.Server 2020-01-21 17:18:03 +08:00
John
6abe660287 export router map api for ghttp.Server; comment update for ghttp.Server 2019-12-04 13:55:08 +08:00
John
a06ca31530 improve middleware feature for ghttp.Server 2019-12-04 10:03:03 +08:00
John
51d9fe5253 add AllowDomain option for ghttp.CORS; add IsSubDomain function for gstr; improve grand.Intn 2019-09-23 19:25:03 +08:00
John
0460a53f53 add middleware feature for ghttp.Server 2019-08-03 15:54:12 +08:00
John
b01add2925 update project structure 2019-07-29 21:01:19 +08:00