Fat Totoro
|
2982398379
|
feat(net/ghttp): skip binary contentType when parseBody (#4200)
|
2025-03-30 18:06:01 +08:00 |
|
John Guo
|
f45f71149e
|
feat(net/ghttp): add AutoDecodingBody configuration for ghttp.Server
|
2025-03-13 11:14:41 +08:00 |
|
River
|
bcda48bf82
|
fix(net/ghttp):check parameter existence to determine using default or front-end value. (#4182)
|
2025-03-08 20:56:27 +08:00 |
|
CyJaySong
|
7d3b055d3e
|
fix(net/ghttp): MakeBodyRepeatableRead takes not effective when called after ParseForm (#4143)
|
2025-02-11 18:02:26 +08:00 |
|
oldme
|
e1fa99013a
|
use iota to unify the enums definition (#3305)
|
2024-02-06 11:44:29 +08:00 |
|
John Guo
|
951f8921cd
|
fix #3237 (#3267)
|
2024-01-17 15:35:48 +08:00 |
|
海亮
|
7f9467d1f8
|
fix: #2938 (#3178)
|
2023-12-20 20:25:23 +08:00 |
|
John Guo
|
a17849bc39
|
improve struct converting in parameter name case sensitive scenario for package gconv (#3122)
|
2023-11-08 21:17:55 +08:00 |
|
John Guo
|
53e5a04073
|
change minimum golang version from v1.15 to v1.18 (#2820)
|
2023-08-01 21:15:28 +08:00 |
|
John Guo
|
a4762d0e02
|
fix issue in http proxy when repeatable reading request body content (#2666)
|
2023-05-25 11:56:12 +08:00 |
|
John Guo
|
2329622564
|
add multiple methods support for united routes registering (#2664)
|
2023-05-25 10:58:06 +08:00 |
|
HaiLaz
|
45e4c9e16c
|
add tag value of in support for api definition that has meta info (#2450)
|
2023-03-13 19:29:30 +08:00 |
|
HaiLaz
|
8dc8dd9756
|
fix issue #2261 (#2458)
|
2023-02-20 21:57:49 +08:00 |
|
houseme
|
1793bf0863
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
|
John Guo
|
a228495ced
|
improve error message for package ghttp
|
2022-04-12 16:15:54 +08:00 |
|
John Guo
|
e8581d4fd5
|
add Is/Equal/Unwrap functions for package gerror
|
2022-04-12 15:45:26 +08:00 |
|
John Guo
|
1e141d9f64
|
improve package gjson/ghttp
|
2022-04-07 21:26:39 +08:00 |
|
houseme
|
8357b0f649
|
improve comment
|
2022-03-19 17:58:21 +08:00 |
|
John Guo
|
073869b354
|
downgrade otel version from v1.3.0 to v1.0.0
|
2022-02-17 15:47:08 +08:00 |
|
John Guo
|
af39eb4c9f
|
CI update; Example update for package gcache
|
2022-02-08 23:13:33 +08:00 |
|
John Guo
|
09f83bdd58
|
add panic for ghttp.Server.GetBody
|
2022-01-06 21:47:36 +08:00 |
|
John Guo
|
ce93b625d4
|
change errors wrapped by gerror.Wrap with error stack info for all packages
|
2021-12-21 22:59:14 +08:00 |
|
John Guo
|
9748b9f70b
|
improve association feature for package gvalid
|
2021-11-23 10:42:43 +08:00 |
|
John Guo
|
cea6e4c3d9
|
improve package gvalid
|
2021-11-22 22:43:09 +08:00 |
|
houseme
|
be03b3cdda
|
Improved import, by group improt.
|
2021-11-13 23:23:55 +08:00 |
|
John Guo
|
79a233eb78
|
example&comment update
|
2021-11-01 19:46:39 +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
|
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
|
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
|
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 Guo
|
abc8e62d58
|
add package gcode and improve error implements for package gerror
|
2021-08-24 21:18:59 +08:00 |
|
John Guo
|
cd3593182a
|
improve package gerror/ghttp for error code handling
|
2021-08-07 10:44:57 +08:00 |
|
John Guo
|
ea0340db8e
|
improve validation manager feature for package gvalid
|
2021-05-19 09:25:49 +08:00 |
|
John Guo
|
7003c284d0
|
replace json.Unmarshal with json.UnmarshalUseNumber for packages
|
2021-05-15 22:38:07 +08:00 |
|
John Guo
|
cc1224e032
|
add context for package gvalid.Check* functions
|
2021-05-13 20:56:52 +08:00 |
|
John Guo
|
b06580d343
|
improve struct validation for package gvalid
|
2021-05-12 00:01:52 +08:00 |
|
John Guo
|
78027d2ec6
|
deprecated comments update
|
2021-03-30 13:43:08 +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 |
|
John
|
e06b62ecf2
|
add default value from struct tag for ghttp.Request
|
2020-11-08 15:44:04 +08:00 |
|
Jack
|
9c3b978b50
|
improve package ghttp and internal/structs
|
2020-10-22 15:16: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
|
46bdde9265
|
revert gvar.Var from interface to struct
|
2020-06-29 13:40:19 +08:00 |
|
John
|
b2aa59d893
|
import third-party library json-iterator to improve the performance for json operations
|
2020-06-17 21:16:25 +08:00 |
|
John
|
4d38b508a3
|
improve gvar by changig gvar.Var from type struct to interface
|
2020-06-16 17:38:05 +08:00 |
|
John
|
cbf465eeea
|
improve body interface implements for ghttp.Reqest/Response
|
2020-06-06 13:34:58 +08:00 |
|