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

81 Commits

Author SHA1 Message Date
hailaz
fee38b4531
feat(net/ghttp): enhance GetHeader method to support default values (#4210) 2025-03-25 20:42:30 +08:00
John Guo
bb696bb281
refract(net/ghttp): move Request.GetMetaTag to HandlerItemParsed.GetMetaTag (#4191) 2025-03-12 21:55:35 +08:00
PandaPy
f8331bad6e
feat(net/ghttp): add Request.GetMetaTag to retrieve specific meta tag value (#4185) 2025-03-09 11:17:41 +08:00
John Guo
8669512f42
feat: add metric feature support in goframe (#3138) 2024-03-24 21:18:30 +08:00
海亮
7e16d9b63e
fix codes due to static codes analysis (#2935) 2023-09-07 20:22:20 +08:00
John Guo
6eb0de42f8
update context of the original http request (#2717) 2023-06-28 21:04:49 +08:00
SUDOCS
63c3e8396b
attach and export real handler for request (#2220)
* attach and export real handler for request

* add note

* rename HandlerParsedItem to HandlerItemParsed

Co-authored-by: John Guo <john@johng.cn>
2022-11-01 20:17:59 +08:00
John Guo
f580b7a488
improve header printing in json format for package glog; add golang v1.18 support for ci workflow (#2037) 2022-07-29 19:06:22 +08:00
yuancjun
ab929e465b
update comment for ghttp.Request (#1968) 2022-07-06 19:48:43 +08:00
houseme
8357b0f649 improve comment 2022-03-19 17:58:21 +08:00
houseme
be47203732 improve code 2022-03-09 21:24:57 +08:00
houseme
f6054ab37f improve code 2022-03-09 18:32:13 +08:00
houseme
920dbbef5e fix: server access logs contain the protocol used between the server and the load balancer, but not the protocol used between the client and the load balancer 2022-03-09 17:42:56 +08:00
John Guo
d27db119a0 fix issue #1626 2022-02-24 21:24:42 +08:00
John Guo
3db5358dcc fix issue #1615 2022-02-23 10:34:38 +08:00
John Guo
20a50cb198 fix issue #1615 2022-02-22 21:32:48 +08:00
John Guo
9fdf20b3e2 add SetError for ghttp.Request 2022-02-17 11:51:21 +08:00
John Guo
9486f6e7e9 improve package gcmd/ghttp 2022-01-12 19:39:38 +08:00
hades300
e2fbce0420 ghttp_request.go GetRemoteIp ipv6 fix 2021-12-03 16:07:04 +08:00
houseme
be03b3cdda Improved import, by group improt. 2021-11-13 23:23:55 +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
920c97af79 openapi 2021-10-13 22:28:49 +08:00
John Guo
1bc0635f8b version 2 2021-10-11 21:41:56 +08:00
jflyfox
bb57dc1ae7 improve request context feature for package ghttp 2021-08-01 09:17:37 +08:00
jflyfox
5a6c2c27df inject Request object into context 2021-07-30 17:17:13 +08:00
John Guo
0140808460 add handler extension feature for package ghttp 2021-07-13 23:01:31 +08:00
John Guo
50ffaef33f add context for intlog/gsession;improve struct/structs converting for package gconv 2021-06-26 16:23:54 +08:00
John Guo
5f4293a803 make unnecessaryly exported resource private for package ghttp 2021-01-19 19:33:21 +08:00
John Guo
fe80881ec9 improve package ghttp 2021-01-19 19:18:39 +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
e06b62ecf2 add default value from struct tag for ghttp.Request 2020-11-08 15:44:04 +08:00
Jack
b9211b182a comment update for function ghttp.Request. 2020-08-15 12:35:56 +08:00
张以诺
f6dbaba1f8 add function ReloadParam for ghttp_request.go 2020-08-14 18:34:43 +08:00
张以诺
65dcff052a add function ReloadParam for ghttp_request.go 2020-08-14 18:19:48 +08:00
张以诺
e3861567c7 add function ReloadParam for ghttp_request.go 2020-08-14 16:22:37 +08:00
张以诺
e89a20c725 add ReloadParam func to ghttp_request.go 2020-08-14 15:19:56 +08:00
Jack
a95093222c add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client 2020-08-11 15:23:42 +08:00
john
8167a398fc add function GetHeader for ghttp.Request 2020-07-21 10:17:31 +08:00
John
95bd369959 improve function GetClientIp for ghttp.Request 2020-06-11 18:47:56 +08:00
Kui_Ye
89e122cd31 marge getip func 2020-06-11 09:49:16 +08:00
Kui_Ye
3138ad10ec add get client realIp 2020-06-10 10:44:41 +08:00
John
6889542801 improve package guid 2020-05-27 11:26:05 +08:00
john
c98234d3e6 improve session feature by allowing custom session id creating function for ghttp.Server 2020-05-17 14:33:27 +08:00
john
45a94d23d5 improve session feature by allowing custom session id creating function for ghttp.Server 2020-05-17 14:33:21 +08:00
John
7a9ea2e546 improve context feature for ghttp.Request 2020-03-20 23:22:32 +08:00
John
0a92df691b improve package gpool/gfpool; donator updates 2020-03-14 17:12:44 +08:00
John
f3bd2b67f7 change attribute Context to context.Context for ghttp.Request 2020-03-10 20:45:22 +08:00
John
4732bf46ad add Context map for internal context workflow parameter exchanges for ghttp.Request 2020-03-08 22:53:20 +08:00
John
4c1b4f7858 change time measuing unit from microtime to millitime for ghttp.Request; change graceful reload feature from true to false in default 2020-02-07 16:29:14 +08:00