John Guo
ab5062663e
Feature/gsvc interface ( #1871 )
2022-05-23 15:08:11 +08:00
houseme
ab82599ee2
Feature/polaris feat: Add Polaris support ( #1797 )
2022-05-18 22:24:40 +08:00
chenghonour
61271e4f7b
Replace the Swagger JS CDN source from jsdelivr to unpkg.com ( #1852 )
...
replace the CDN source from jsdelivr to unpkg.com
The jsdelivr cdn certificate expired in the mainland, causing the website to hang. To fix it, the solution is to replace the CDN source to unpkg.com
2022-05-18 20:34:59 +08:00
John Guo
25c091df7f
improve package ghttp
2022-05-06 20:25:21 +08:00
John Guo
48fddcd5e7
improve session Manager and default Storage implements for package gsession; fix issue #1781
2022-04-27 15:05:34 +08:00
John Guo
878dbe4ab9
fix issue #1740
2022-04-13 20:42:39 +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
2d6fcf5d06
fix issue #1708
2022-04-12 12:09:09 +08:00
John Guo
1e141d9f64
improve package gjson/ghttp
2022-04-07 21:26:39 +08:00
John Guo
09c3425dd3
Merge pull request #1683 from Macrow/master
...
feat: support custom listener
2022-04-07 20:05:16 +08:00
Macrow
0e0d2e1c45
fix: break when finished set custom listener in newGracefulServer method
2022-04-01 09:03:36 +08:00
Macrow
c7f51b8e77
fix: SetListener test data race error
2022-03-30 14:55:03 +08:00
Macrow
b57cbacc82
refactor: method SetListener accepts slice of net.Listener and remove method SetListeners
2022-03-29 23:22:23 +08:00
John Guo
707dc6b346
add xextensions feature for package goai
2022-03-29 20:31:00 +08:00
John Guo
f4192d695c
remove sort feature for openapi
2022-03-24 22:08:06 +08:00
John Guo
6664437b06
add sort feature for path of openapi
2022-03-24 21:56:37 +08:00
John Guo
96a135834a
improve openapi genereating for package ghttp
2022-03-24 20:15:54 +08:00
John Guo
80c068ae05
add example for properties of swagger schema object
2022-03-23 15:05:37 +08:00
John Guo
6574b8cbfe
change build-in swagger ui to public cdn
2022-03-23 14:48:34 +08:00
John Guo
20c48b1712
change build-in swagger ui to public cdn
2022-03-23 14:46:56 +08:00
John Guo
ee16b6df88
change build-in swagger ui to public cdn
2022-03-23 14:43:48 +08:00
Macrow
325887fa18
fix: SetListener overwrite default address
2022-03-22 21:35:53 +08:00
Macrow
73ca527b0a
feat: add SetListener and throw error in SetListeners
2022-03-22 13:34:15 +08:00
Macrow
147348e0d1
refactor: remove unnecessary code in method getListenAddress of Server
2022-03-20 10:17:44 +08:00
Macrow
ad202ea735
refactor: adjust method SetListeners of server and add unit test
2022-03-20 02:31:21 +08:00
houseme
8357b0f649
improve comment
2022-03-19 17:58:21 +08:00
Macrow
d7bd1b74e8
feat: support custom listener
2022-03-18 20:54:32 +08:00
John Guo
bceb5fc7de
rename gdebug.TestData* -> gtest.Data*; add UT case for http server
2022-03-17 16:58:04 +08:00
John Guo
9e056dfac8
Merge branch 'master' of https://github.com/gogf/gf
2022-03-11 10:24:57 +08:00
John Guo
d8d9996464
fix issue #1662
2022-03-11 10:24:42 +08:00
John Guo
43992a137e
Merge pull request #1659 from arieslee/master
...
[fix bug] the default value of r.get is invalid
2022-03-11 09:14:11 +08:00
sunmoon
7767bf4d5d
重跑ci
2022-03-11 07:54:34 +08:00
sunmoon
5813979479
重跑ci
2022-03-10 14:32:06 +08:00
John Guo
546b6b1724
t.Assert(err, nil) -> t.AssertNil(err)
2022-03-10 11:36:40 +08:00
sunmoon
2471130f59
重跑ci
2022-03-10 09:52:45 +08:00
sunmoon
12eb3ac63e
[fix bug] the default value of r.get is invalid
2022-03-10 09:33:33 +08:00
John Guo
e3f0163092
Merge branch 'master' of https://github.com/gogf/gf
2022-03-10 09:23:01 +08:00
John Guo
213392640c
fix issue #1653
2022-03-10 09:22:50 +08:00
houseme
c200177af4
fix: js link err
2022-03-09 23:36:30 +08:00
houseme
3d6867c321
fix
2022-03-09 21:29:49 +08:00
houseme
3d5ff3b250
fix
2022-03-09 21:27:02 +08:00
houseme
be47203732
improve code
2022-03-09 21:24:57 +08:00
houseme
f6054ab37f
improve code
2022-03-09 18:32:13 +08:00
houseme
5537930210
fix
2022-03-09 18:30:32 +08:00
houseme
920dbbef5e
fix: server access logs contain the protocol used between the server and the load balancer, but not the protocol used between the client and the load balancer
2022-03-09 17:42:56 +08:00
John Guo
0b3cd7b7ae
improve handler response for ghttp.Server
2022-03-08 11:50:23 +08:00
John Guo
47ee2cba51
Merge branch 'master' of https://github.com/gogf/gf
2022-03-07 09:58:07 +08:00
John Guo
531cc7b864
fix issue in package gproc
2022-03-07 09:57:51 +08:00
John Guo
54bdabd94d
Merge pull request #1549 from FlyingBlazer/cookie-secure-config
...
ghttp: add cookie security configurations
2022-03-04 17:42:44 +08:00