houseme
|
bb4f72d1ec
|
improve code Introduce according to grouping
|
2021-11-16 19:43:02 +08:00 |
|
houseme
|
ff8633231f
|
improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)'
|
2021-11-16 00:26:10 +08:00 |
|
houseme
|
8ddab7f0cc
|
Merge branch 'gogf:master' into master
|
2021-11-14 22:50:53 +08:00 |
|
John Guo
|
e23704d694
|
improve package gvalid by adding extra internal variable for error message template, changing :xxx varibale name to {xxx} format
|
2021-11-14 21:00:34 +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
|
79a233eb78
|
example&comment update
|
2021-11-01 19:46:39 +08:00 |
|
John Guo
|
17e6063c5c
|
add neccessary parameter context for package gcron/gtimer
|
2021-10-30 15:36:10 +08:00 |
|
John Guo
|
1bfa792ea9
|
fix context canceled error while propagate context from http.Request
|
2021-10-28 23:37:51 +08:00 |
|
John Guo
|
8ef4f68215
|
add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils
|
2021-10-28 23:18:23 +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
|
862ef57e0f
|
fix unit testing cases
|
2021-10-21 19:25:39 +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
|
085c887b33
|
openapi
|
2021-10-13 22:34:52 +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 |
|
John Guo
|
89661301b0
|
fix issue for unit testing case for package ghttp
|
2021-10-06 20:16:18 +08:00 |
|
John Guo
|
18ede3ae1f
|
improve error information for package goai
|
2021-10-06 15:03:00 +08:00 |
|
John Guo
|
9ed79e9e86
|
openapi generating for ghttp.Server
|
2021-10-06 14:52:29 +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
|
c84e79a46d
|
improve swagger ui feature for package ghttp
|
2021-10-06 11:54:53 +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
|
131214151c
|
add context for Client of package ghttp
|
2021-09-30 14:06:46 +08:00 |
|
John Guo
|
750972e7c6
|
fix unit testing cases
|
2021-09-28 19:04:36 +08:00 |
|
John Guo
|
a9d7dc68a3
|
remove usage of package gparser
|
2021-09-27 23:05:46 +08:00 |
|
John Guo
|
993bf897cf
|
remove deprecated functions; refract package gjson
|
2021-09-27 22:47:39 +08:00 |
|
John Guo
|
df09d8c604
|
refract package ghttp/gredis/glog
|
2021-09-27 21:27:24 +08:00 |
|
John Guo
|
ad2b3e6cc6
|
Merge branch 'master' of https://github.com/houseme/gf into develop
|
2021-09-22 19:04:22 +08:00 |
|
houseme
|
cbe704333a
|
[feature] upgrade opentelemetry version v1.0.0 map to string
|
2021-09-22 14:54:42 +08:00 |
|
houseme
|
45b45517c8
|
[feature] upgrade opentelemetry version v1.0.0
|
2021-09-21 23:53:03 +08:00 |
|
houseme
|
9d67cb4f34
|
[feature] upgrade opentelemetry version v1.0.0
|
2021-09-21 15:15:37 +08:00 |
|
John Guo
|
2e49c33cc7
|
remove depecated functions from package ghttp
|
2021-09-19 23:13:53 +08:00 |
|
John Guo
|
c99c13acd1
|
refract pacakge gcfg, adding adapter interface for pacakge gcfg
|
2021-09-19 10:01:09 +08:00 |
|
jianchenma
|
01a3dd1eb0
|
add function gerror.HasStack; rename all api* interfaces to i*
|
2021-09-17 19:26:56 +08:00 |
|
John Guo
|
28f70d52ee
|
add context parameter for all functions of package gcache
|
2021-09-17 10:48:08 +08:00 |
|
John Guo
|
1455e30350
|
change returned value by Get* and Update/Remove functions from type interface{} to *gvar.Var for package gcache
|
2021-09-16 22:13:00 +08:00 |
|
John Guo
|
727f58a24b
|
remove usage of gconv.Unsafe* functions internally to avoid unexpected errors
|
2021-09-14 19:30:20 +08:00 |
|
John Guo
|
006fb79967
|
improve package gjson; replace fmt.Errorf to gerror; improve examples for package gdb
|
2021-09-13 16:43:09 +08:00 |
|
John
|
257897763d
|
Merge branch 'master' of https://github.com/gogf/gf
|
2021-08-25 00:54:47 +08:00 |
|
John Guo
|
b129ee3f04
|
fix issue in unit testing case for package ghttp
|
2021-08-24 21:35:49 +08:00 |
|
John Guo
|
abc8e62d58
|
add package gcode and improve error implements for package gerror
|
2021-08-24 21:18:59 +08:00 |
|
John
|
ef36cf8446
|
fix issue in example of package gjson
|
2021-08-20 23:15:48 +08:00 |
|
John Guo
|
a0ef6fce81
|
add bacth registering function Map for package ghttp
|
2021-08-19 20:59:08 +08:00 |
|
John Guo
|
f03f56ba4e
|
improve gconv.Struct for map attribute converting
|
2021-08-19 11:28:25 +08:00 |
|
John Guo
|
db621e38d9
|
improve ServeFile/ServeFileDownload for package ghttp
|
2021-08-16 20:30:58 +08:00 |
|
John Guo
|
7b9888c004
|
add FieldCount/FieldSum/FieldMax/FieldMin/FieldAvg functions for gdb.Model
|
2021-08-12 19:42:44 +08:00 |
|
John Guo
|
ef50eb6d6b
|
comment update for package ghttp
|
2021-08-09 19:16:37 +08:00 |
|
John Guo
|
dc407bf293
|
merge develop
|
2021-08-07 12:04:31 +08:00 |
|
John Guo
|
cd3593182a
|
improve package gerror/ghttp for error code handling
|
2021-08-07 10:44:57 +08:00 |
|
John Guo
|
75ca866991
|
fix issue in ghttp.Server
|
2021-08-05 19:15:18 +08:00 |
|
John Guo
|
4c54b1cfbc
|
improve errcode feature for package gerror
|
2021-08-04 20:50:45 +08:00 |
|
John Guo
|
5a4de52900
|
fix invalid separator char in packing with prefix folder string in OS widnows for package gres
|
2021-08-02 19:58:04 +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 |
|
jflyfox
|
4267aadd78
|
remove controller feature from package ghttp
|
2021-07-30 15:15:44 +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
|
7e2605188d
|
improve session variable map in template parsing
|
2021-07-06 09:58:25 +08:00 |
|
John Guo
|
e5ae1cb85c
|
improve session variable map in template parsing
|
2021-07-06 09:53:35 +08:00 |
|
John Guo
|
d109706ad3
|
unify error package to gerror
|
2021-06-26 18:34:26 +08:00 |
|
John Guo
|
859ea150ed
|
rename constants of package gpage from skake to upper camel case
|
2021-06-26 17:00:32 +08:00 |
|
John Guo
|
91ca79b300
|
add context for intlog
|
2021-06-26 16:51:26 +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
|
c25f88293b
|
unify command or enviroment key names for packages
|
2021-06-26 12:08:18 +08:00 |
|
John Guo
|
237f172ae5
|
add file configuration support for logger in ghttp.Server
|
2021-06-26 11:18:44 +08:00 |
|
John Guo
|
e6688b9e86
|
add more unit testing cases for package ghttp
|
2021-06-23 21:39:12 +08:00 |
|
John Guo
|
742c7913ea
|
fix issue in function Parse for package ghttp
|
2021-06-02 21:12:27 +08:00 |
|
John Guo
|
ea0340db8e
|
improve validation manager feature for package gvalid
|
2021-05-19 09:25:49 +08:00 |
|
John Guo
|
2b942bf06b
|
Merge pull request #1247 from notnear/master
add websocket client
|
2021-05-17 13:52:39 +08:00 |
|
John Guo
|
7003c284d0
|
replace json.Unmarshal with json.UnmarshalUseNumber for packages
|
2021-05-15 22:38:07 +08:00 |
|
John Guo
|
d76e4c8aed
|
refract package gtimer for more stable
|
2021-05-15 18:13:51 +08:00 |
|
John Guo
|
cc1224e032
|
add context for package gvalid.Check* functions
|
2021-05-13 20:56:52 +08:00 |
|
tom
|
09de115670
|
add websocket client
|
2021-05-13 17:51:06 +08:00 |
|
John Guo
|
a326f4a989
|
improve package gi18n/gview/gvalid for more flexable i18n feature controll,add custom error configuration and i18n translation for custom error message
|
2021-05-13 00:16:45 +08:00 |
|
John Guo
|
b06580d343
|
improve struct validation for package gvalid
|
2021-05-12 00:01:52 +08:00 |
|
John Guo
|
5856f74d83
|
up
|
2021-05-02 08:10:35 +08:00 |
|
John Guo
|
563509c4a6
|
route map dumping updates
|
2021-05-01 09:04:16 +08:00 |
|
wujia
|
90f4bba8fd
|
gofmt格式化
|
2021-04-07 20:52:38 +08:00 |
|
ansionfor
|
802187abc4
|
add graceful reload timeout
|
2021-04-07 16:06:37 +08:00 |
|
John Guo
|
78027d2ec6
|
deprecated comments update
|
2021-03-30 13:43:08 +08:00 |
|
jianchenma
|
958b109a12
|
fix removing cookie issue
|
2021-03-19 19:16:21 +08:00 |
|
jianchenma
|
6a24b595f0
|
upgrade otel from 0.16.0 to 0.18.0
|
2021-03-18 10:39:23 +08:00 |
|
John Guo
|
d72d23c2eb
|
change browser mode from boolean markable variable to cookiejar for ghttp.Client
|
2021-03-11 18:58:13 +08:00 |
|
John Guo
|
4d32733790
|
improve ghttp.Client for #1179
|
2021-03-09 22:54:38 +08:00 |
|
John Guo
|
204fea395c
|
add struct object support in group router registering for package ghttp
|
2021-03-01 20:49:09 +08:00 |
|
John Guo
|
5db4bbc186
|
fix issue 1162
|
2021-02-24 01:07:09 +08:00 |
|
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 |
|
jflyfox
|
05703ec3d7
|
improve ghttp.RouterGroup.ALLMap
|
2020-12-29 13:39:40 +08:00 |
|
John Guo
|
7c52a6f9f6
|
ass SetCtx for ghttp.Request
|
2020-12-18 22:57:08 +08:00 |
|
John Guo
|
446f8e7110
|
comment update
|
2020-12-16 01:15:22 +08:00 |
|
John Guo
|
9a6aa01115
|
constant name changes; version update
|
2020-12-15 20:16:17 +08:00 |
|
John Guo
|
4a88e0255d
|
improve shutdown feature for ghttp.Server
|
2020-12-15 19:24:38 +08:00 |
|
jflyfox
|
a2e7aec37f
|
change constant variable names
|
2020-12-14 13:26:48 +08:00 |
|
John Guo
|
688e327f15
|
improve unit testing case for package ghttp
|
2020-12-10 23:38:59 +08:00 |
|
John Guo
|
84fef8dea3
|
add error code feature for package gerror
|
2020-12-10 23:33:24 +08:00 |
|
John Guo
|
117eaea720
|
add support for cert and key file reading from resource manager for ghttp.Server
|
2020-12-09 00:06:56 +08:00 |
|
Jack
|
0bc8944a08
|
change ghttp.NewClient to g.Client
|
2020-11-25 16:40:45 +08:00 |
|
Jack
|
33292f54e0
|
improve status handler by supporting multiple status handler for package ghttp
|
2020-11-25 16:37:41 +08:00 |
|
Jack
|
fc215ef0b2
|
add function ghttp.RouterGroup.ALLMap
|
2020-11-24 21:19:01 +08:00 |
|
Jack
|
65c67427d4
|
compatible with Case of https://github.com/pkg/errors
|
2020-11-23 16:32:57 +08:00 |
|
John
|
8ca535dbf0
|
fix issue in session cookie feature
|
2020-11-21 11:18:21 +08:00 |
|
Jack
|
baf51bc68f
|
merge develop
|
2020-11-18 10:57:14 +08:00 |
|
John
|
d56eb49e41
|
improve performance for gconv.Struct/Structs using directly reflect set
|
2020-11-15 15:13:40 +08:00 |
|
John
|
8f278be0dc
|
improve build-in varables for view of ghttp
|
2020-11-14 10:24:06 +08:00 |
|
John
|
943116d495
|
appaned parameters to url if http method is GET for ghttp.Client
|
2020-11-12 20:09:05 +08:00 |
|
John
|
638773b216
|
improve client dump for package ghttp
|
2020-11-12 18:57:18 +08:00 |
|
John
|
11e102e137
|
fix issue in internal/structs.MapField
|
2020-11-08 16:21:09 +08:00 |
|
John
|
e06b62ecf2
|
add default value from struct tag for ghttp.Request
|
2020-11-08 15:44:04 +08:00 |
|
John
|
cee67a8d4e
|
improve urlencoding handling for parameters posted along with file uploading
|
2020-10-26 20:21:09 +08:00 |
|
Jack
|
9c3b978b50
|
improve package ghttp and internal/structs
|
2020-10-22 15:16:31 +08:00 |
|
Jack
|
77f7884604
|
add function gutil.Try/g.Try;improve error string for gconv.Struct
|
2020-10-20 13:36:43 +08:00 |
|
John
|
0a203d1e22
|
fix issue in struct converting for ghttp.Request
|
2020-10-19 11:29:41 +08:00 |
|
yuancjun
|
0b0141954b
|
Update ghttp_server_config.go
|
2020-10-15 18:04:32 +08:00 |
|
John
|
82b531fbfb
|
add domain support for domain of ghttp.Server
|
2020-10-14 21:18:11 +08:00 |
|
John
|
67fb626339
|
add configuration SessionCookieOutput for ghttp.Server
|
2020-10-14 20:52:26 +08:00 |
|
John
|
9044d5f05d
|
fix issue in custom session id lost for ghttp.Request
|
2020-10-13 20:34:31 +08:00 |
|
John
|
47663aa1f1
|
fix issue of EOF in ghttp.Request when no data posted using form-data
|
2020-10-13 20:12:54 +08:00 |
|
John
|
849874a247
|
improve adapter definition for package gcache
|
2020-10-09 20:59:49 +08:00 |
|
John
|
1ec049c52f
|
improve gf server for routes check while starting
|
2020-09-17 23:27:10 +08:00 |
|
John
|
eb43a2040e
|
add ghttp.Client.RedirectLimit and gfile.ScanDirFileFunc
|
2020-09-09 22:26:46 +08:00 |
|
Jack
|
dd452c19ce
|
add example for custom uploading file name for ghttp.Server
|
2020-08-24 23:05:30 +08:00 |
|
Jack
|
b9211b182a
|
comment update for function ghttp.Request.
|
2020-08-15 12:35:56 +08:00 |
|
张以诺
|
f2e276eabd
|
add function Test_Params_Modify for ghttp_unit_param_test.go
|
2020-08-14 20:02:52 +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
|
737af527cd
|
improve *Struct functions for ghttp.Request
|
2020-08-13 23:29:00 +08:00 |
|
Jack
|
820e4302b7
|
improve function *Struct for ghttp.Request
|
2020-08-13 18:51:59 +08:00 |
|
Jack
|
e5e27f2ac4
|
add function GetRouterMap for ghtt.Request
|
2020-08-12 21:01:17 +08:00 |
|
Jack
|
3e621856c8
|
change the port range for unit testing cases of ghttp.Server
|
2020-08-12 09:10:50 +08:00 |
|
Jack
|
32e4d64ddb
|
improve package gjson for automatic content type checking
|
2020-08-12 00:11:25 +08:00 |
|
Jack
|
a95093222c
|
add GetRemoteIp for ghttp.Request; add *Var feature for ghttp.Client
|
2020-08-11 15:23:42 +08:00 |
|
Jack
|
9f79453334
|
improve ghttp.Server by closing the request and response body to release the file descriptor in time
|
2020-08-08 11:09:58 +08:00 |
|
Athos
|
12b4fdd692
|
fix: Access-Control-Request-Headers
|
2020-08-04 11:57:42 +08:00 |
|
Jack
|
15d99eee46
|
add more unit testing case for ghttp.Server
|
2020-08-03 20:49:19 +08:00 |
|
Jack
|
6d68277db8
|
improve cookie feature for ghttp.Server
|
2020-08-03 20:00:00 +08:00 |
|
Jack
|
2693cbb136
|
add more unit testing case for ghttp.Server
|
2020-07-30 22:45:50 +08:00 |
|
john
|
91cd34b26a
|
improve multiple seperator chars handling for router of ghttp.Server
|
2020-07-29 00:32:54 +08:00 |
|
john
|
04dee090a3
|
improve graceful reload feature for ghttp.Server
|
2020-07-25 13:50:04 +08:00 |
|
john
|
245c6d24a1
|
improve ghttp.Client
|
2020-07-25 11:24:35 +08:00 |
|
John Guo
|
0627ab81d6
|
Merge pull request #810 from chenall/master
fix ghttp_client upload filename issue #809
|
2020-07-21 10:52:39 +08:00 |
|
john
|
8167a398fc
|
add function GetHeader for ghttp.Request
|
2020-07-21 10:17:31 +08:00 |
|
chenall
|
6291751014
|
fix ghttp_client upload filename issue #809
|
2020-07-21 09:57:13 +08:00 |
|
John Guo
|
d29b0a27ff
|
Merge pull request #760 from kirileec/master
add a SetProxy function and a chaining function Proxy for ghttp.Clien…
|
2020-07-14 23:09:06 +08:00 |
|
john
|
1d87df2afe
|
add more unit testing case for package ghttp
|
2020-07-13 22:45:20 +08:00 |
|
john
|
5c5dce9dc3
|
comment update for admin controller of package ghttp
|
2020-07-12 09:56:07 +08:00 |
|
kirile
|
f3f6adb03a
|
read Client's timeout for net.Dialer
make sure Client.Transport is *http.Transport
|
2020-07-05 20:52:33 +08:00 |
|