01cd0103e4
fix(net/gclient): Client Clone with allocated header/cookie ( #3902 )
2024-11-06 22:09:28 +08:00
bb9cd37fab
add SetNoUrlEncode/NoUrlEncode functions for gclient.Client ( #3041 )
2023-10-17 21:19:59 +08:00
53e5a04073
change minimum golang version from v1.15 to v1.18 ( #2820 )
2023-08-01 21:15:28 +08:00
80d57ed8f9
add postForm with multi data content type support ( #2508 )
2023-03-14 09:57:22 +08:00
1793bf0863
add golangci feature to guarantee codes quality ( #2229 )
2022-11-01 20:12:21 +08:00
b1611fee1b
improve port listening for ghttp.Server ( #2175 )
...
* version updates
* fix issue #2172
* improve port listening for ghttp.Server
* UT cases update
* UT cases update
* add GetListenedPort/GetListenedAddress for gtcp.Server
* UT cases update for package gudp
* up
2022-10-08 21:45:21 +08:00
faf09c586c
add GzipPathWriter for package gcompress ( #2116 )
...
* add GzipPathWriter for package gcompress
* UT case updates for package package gclient
2022-09-08 17:32:21 +08:00
cf5884bc60
add SetBodyContent for gclient.Response
2022-06-17 11:31:32 +08:00
17ab0e2ced
remove returning error of Write* functions for ghttp.Server; add UT cases for gclient.Client.DoRequestObj
2022-06-15 19:36:53 +08:00
31a23e724d
Improve the code coverage of the gclient module ( #1899 )
2022-06-13 19:31:42 +08:00
0ca81bd11a
Improve the code coverage of the gtcp module ( #1836 )
2022-05-23 22:45:12 +08:00
bceb5fc7de
rename gdebug.TestData* -> gtest.Data*; add UT case for http server
2022-03-17 16:58:04 +08:00
546b6b1724
t.Assert(err, nil) -> t.AssertNil(err)
2022-03-10 11:36:40 +08:00
5f2047d61b
fix issue in configuration StdoutColorDisabled for package glog; rename TempDir to Temp for package gfile
2022-02-14 14:50:25 +08:00
7ac9c46f12
mark underlying PostForm function deprecated for gclient.Client
2022-01-25 23:01:35 +08:00
3b811c3434
add GetFreePort/GetFreePorts for package gtcp/gudp
2022-01-22 15:33:31 +08:00
3dcd9b535b
UT update for package gclient/ghttp
2022-01-19 18:26:39 +08:00
8de176d73f
move package /net/ghttp/internal/client as /net/gclient
2021-12-03 23:32:00 +08:00