kevin
|
c8ff9d2f23
|
Merge branch 'kingxt-master' into master
|
2020-08-12 16:08:23 +08:00 |
|
kevin
|
78f5e7df87
|
update workflow
|
2020-08-12 16:08:15 +08:00 |
|
kevin
|
6d8dc4630f
|
update readme
|
2020-08-12 15:25:08 +08:00 |
|
kevin
|
03ac41438f
|
rename files
|
2020-08-12 15:25:08 +08:00 |
|
kevin
|
4ef0b0a8ac
|
update readme
|
2020-08-12 15:21:47 +08:00 |
|
kevin
|
87b1fba46c
|
rename files
|
2020-08-12 15:03:07 +08:00 |
|
kingxt
|
cfa6644b0c
|
auto generate go mod if need
|
2020-08-12 15:02:56 +08:00 |
|
kevin
|
fcaebd73fb
|
remove bodyless check
|
2020-08-12 15:02:04 +08:00 |
|
kevin
|
a26fc2b672
|
parse body only if content length > 0
|
2020-08-12 15:02:04 +08:00 |
|
kevin
|
05c8dd0b9c
|
return ErrBodylessRequest on get method etc.
|
2020-08-12 15:02:04 +08:00 |
|
kevin
|
d6c7da521e
|
remove bodyless check
|
2020-08-12 14:44:09 +08:00 |
|
kevin
|
96b6d2ab58
|
parse body only if content length > 0
|
2020-08-12 14:37:34 +08:00 |
|
kevin
|
88a73f1042
|
return ErrBodylessRequest on get method etc.
|
2020-08-12 14:31:11 +08:00 |
|
kevin
|
9428fface2
|
export httpx.GetRemoteAddr
|
2020-08-12 14:15:59 +08:00 |
|
kevin
|
c637f86817
|
export router
|
2020-08-12 14:15:59 +08:00 |
|
kevin
|
d4097af627
|
export token parser for refresh token service
|
2020-08-12 14:15:59 +08:00 |
|
kevin
|
7da31921c7
|
remove unused method
|
2020-08-12 14:15:59 +08:00 |
|
kim
|
47440964cd
|
fix windows slash
|
2020-08-12 14:15:59 +08:00 |
|
kevin
|
80d55dbc02
|
export httpx.GetRemoteAddr
|
2020-08-12 12:25:52 +08:00 |
|
kevin
|
b541403ce2
|
export router
|
2020-08-12 12:16:36 +08:00 |
|
kevin
|
a7c02414f3
|
export token parser for refresh token service
|
2020-08-12 12:12:31 +08:00 |
|
kingxt
|
196475383b
|
update readme.md
|
2020-08-12 11:05:00 +08:00 |
|
kingxt
|
fd75f700a2
|
fix windows bug
|
2020-08-12 11:05:00 +08:00 |
|
kevin
|
d408a0d49b
|
remove unused method
|
2020-08-12 11:05:00 +08:00 |
|
kim
|
69d113a46d
|
fix windows slash
|
2020-08-12 11:05:00 +08:00 |
|
kingxt
|
63c7f44a5f
|
update readme.md
|
2020-08-12 10:50:17 +08:00 |
|
kingxt
|
19888b7d11
|
fix windows bug
|
2020-08-12 10:23:49 +08:00 |
|
kevin
|
d117e31993
|
use strings.Contains instead of strings.Index
|
2020-08-12 10:00:59 +08:00 |
|
kevin
|
10cd6053bc
|
refactor rpcx, export WithDialOption and WithTimeout
|
2020-08-12 10:00:59 +08:00 |
|
kevin
|
d1529fced8
|
move auth interceptor into serverinterceptors
|
2020-08-12 10:00:59 +08:00 |
|
kevin
|
4f59fd306a
|
use fmt.Println instead of println
|
2020-08-12 10:00:59 +08:00 |
|
kevin
|
f77c73eec1
|
remove unused method
|
2020-08-12 10:00:59 +08:00 |
|
kevin
|
c57051ce63
|
use strings.Contains instead of strings.Index
|
2020-08-11 17:18:51 +08:00 |
|
kevin
|
08fa64d553
|
refactor rpcx, export WithDialOption and WithTimeout
|
2020-08-11 14:33:10 +08:00 |
|
kevin
|
95226762ba
|
move auth interceptor into serverinterceptors
|
2020-08-11 13:47:22 +08:00 |
|
kevin
|
89019a0b72
|
use fmt.Println instead of println
|
2020-08-11 12:44:21 +08:00 |
|
kevin
|
a13ab94748
|
remove unused method
|
2020-08-11 12:39:09 +08:00 |
|
kim
|
7f2e48e8f0
|
fix windows slash
|
2020-08-11 11:48:54 +08:00 |
|
kim
|
9b0b958f43
|
fix windows slash
|
2020-08-11 11:07:47 +08:00 |
|
kevin
|
40895ba8d9
|
optimize reading http request body
|
2020-08-10 18:27:08 +08:00 |
|
kingxt
|
952de5eacd
|
remove deprecated model generator
|
2020-08-10 18:18:13 +08:00 |
|
kingxt
|
a71a11b7c5
|
remove deprecated
|
2020-08-10 18:18:13 +08:00 |
|
kevin
|
215b4bae3b
|
check content length before reading
|
2020-08-10 17:55:19 +08:00 |
|
kevin
|
ba636187ce
|
fix goctl path issue on windows
|
2020-08-10 17:26:47 +08:00 |
|
kevin
|
82ea0fff17
|
disable logs in unit tests
|
2020-08-10 16:57:03 +08:00 |
|
kim
|
2012ac3204
|
correct parent packet for gomod
|
2020-08-10 15:31:51 +08:00 |
|
kevin
|
250d3e0546
|
remove star trends, not rendering for reasons
|
2020-08-10 15:25:41 +08:00 |
|
kevin
|
a3b4affcb3
|
rename test method
|
2020-08-10 14:59:50 +08:00 |
|
kevin
|
6aa7a319c2
|
refactor compare versions
|
2020-08-10 14:53:01 +08:00 |
|
sunwei
|
4c9b481bdf
|
【rich function】VersionCompare replace
|
2020-08-10 14:06:59 +08:00 |
|