Commit Graph

398 Commits

Author SHA1 Message Date
John Guo
2c34d96b9d add tls configuration for ghttp.Client 2021-02-23 22:00:11 +08:00
jianchenma
6135085d61 improve package gtrace 2021-02-03 15:27:41 +08:00
jianchenma
40bdc76af1 improve package gtrace 2021-02-03 15:14:07 +08:00
John Guo
ce40d139e7 fix issue of nil response handling for ghttp.Client 2021-02-01 21:51:42 +08:00
John Guo
8368e11827 merge develop 2021-02-01 17:14:08 +08:00
John Guo
e6b4662ec2 improve tracing feature 2021-02-01 17:10:50 +08:00
John Guo
3e33d66ab4 fix issue https://github.com/gogf/gf/issues/1148 2021-01-30 23:05:02 +08:00
tangjoin
8bd24724e7
Update client_request.go 2021-01-30 22:10:06 +08:00
jianchenma
80248e9a6e improve tracing 2021-01-28 14:09:13 +08:00
jianchenma
2734903886 tracing baggage 2021-01-28 13:51:23 +08:00
jianchenma
9fb6227461 fix issue in signal handler for windows 2021-01-28 10:08:52 +08:00
John Guo
6e4e1abf1e improve tracing by adding constants for attribute and event names 2021-01-27 20:25:57 +08:00
John Guo
2c15aad0e7 add common tracing labels 2021-01-27 19:50:32 +08:00
John Guo
8f6f17c341 add common tracing labels 2021-01-27 19:15:14 +08:00
John Guo
9cc5d7a691 improve package gdebug/gfile 2021-01-27 00:20:23 +08:00
jianchenma
c72c7dbe9a improve tracing feature 2021-01-26 16:06:20 +08:00
jianchenma
4c6d9f5eff improve tracing feture for package glog/gdb/gredis 2021-01-26 01:19:55 +08:00
jianchenma
cc1e340585 add tracing middleware for ghttp.Client/Server; add package gtrace 2021-01-25 18:43:47 +08:00
jianchenma
3f2ae3ba62 add tracing feature for ghttp.Client 2021-01-25 14:54:38 +08:00
jflyfox
c27ddb1d79 opentelemetry 2021-01-22 23:04:29 +08:00
John Guo
da0669c739 improve middleware feature for ghttp.Client 2021-01-22 01:06:44 +08:00
John Guo
5679972d8d
Merge pull request #1130 from eyasliu/develop-ghttp-middleware
New feature: ghttp client middleware
2021-01-22 00:36:57 +08:00
John Guo
0aca2f0501 fix issue in package g; improve package ghttp 2021-01-22 00:36:28 +08:00
John Guo
0fb32b63e7 add signal handler feature for package gproc; improve package ghttp/g for signal listening feature 2021-01-21 21:14:17 +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
jflyfox
826b9b1b1f fix issue in struct converting for package ghttp 2021-01-18 09:22:46 +08:00
John Guo
093034acd1 copyright comment update 2021-01-17 21:46:25 +08:00
John Guo
5c9cee7fb9 improve package gconv 2021-01-17 20:56:38 +08:00
eyasliu
7676837337 fix abort test 2021-01-17 18:05:29 +08:00
eyasliu
c5145dc4f6 remove abort, actually the abort is unuse 2021-01-17 17:26:53 +08:00
John Guo
91e29e23a4 improve package gcfg for searching priority 2021-01-16 22:31:48 +08:00
John Guo
1e309e570d Merge branch 'master' into develop 2021-01-16 20:42:44 +08:00
John Guo
8362322d63
Merge pull request #1129 from eyasliu/develop-ghttp-wrap-std-handler
add util: WrapF and WrapH to transform net/http handler to ghttp.HandlerFunc
2021-01-16 20:41:57 +08:00
eyasliu
c20f3f0595 add Wrapf and WrapH to transform net/http.HandlerFunc and net/http.Handler to ghttp.HandlerFunc 2021-01-16 17:53:26 +08:00
eyasliu
5b17108f71 trigger CI 2021-01-15 18:43:28 +08:00
eyasliu
1fee3eb5f0 fix review change 2021-01-15 13:58:16 +08:00
eyasliu
f9905f2bb5 gofmt code 2021-01-12 19:09:45 +08:00
eyasliu
c07c74bf1b fix lint 2021-01-12 19:01:33 +08:00
eyasliu
14536e9abc add http client middleware feature 2021-01-12 18:08:50 +08:00
jianchenma
73c68e48a1 improve package gvalid 2021-01-12 10:46:39 +08:00
John Guo
a9aa021914 add json tag for configuration struct for package gdb/gredis/ghttp/glog/gview 2021-01-12 00:42:33 +08:00
John Guo
8ee3793f8f add SessionCookieMaxAge configuration for ghttp.Server 2021-01-11 20:06:09 +08:00
John Guo
a4152347e5 improve comment for package ghttp 2021-01-10 23:37:20 +08:00
John Guo
e141b8e098 shutdown server gracefully when reveiving TERM signal 2021-01-08 00:58:58 +08:00
jflyfox
b12c909fd6 add logging level configuration for package ghttp 2021-01-06 01:00:49 +08:00
jflyfox
5c2574da7c improve package ghttp 2021-01-06 00:39:50 +08:00
John Guo
6c08d5fd81 fix issue missing build-in variable Request for template parsing of ghttp.Response 2021-01-02 01:53:36 +08:00
jflyfox
86e70ad55c improve package gerror 2020-12-30 13:18:43 +08:00
John Guo
bdf23ef48f fix issue of error code lost in middleware handling for package ghttp 2020-12-30 12:56:24 +08:00