Gin 1.6.0 is released
22.03.2020 در Releases
CHANGELOG BREAKING chore(performance): Improve performance for adding RemoveExtraSlash flag #2159 drop support govendor #2148 Added support for SameSite cookie flag #1615 FEATURES add yaml negotitation #2220 FileFromFS #2112 BUGFIXES Unix Socket …
Gin 1.5.0 is released
28.11.2019 در Releases
CHANGELOG Feature [NEW] Now you can parse the inline lowercase start structure #1893 [NEW] [Break-Backward] Hold matched route full path in the Context #1826 [NEW] Add context param query cache #1450 [NEW] Add support of multipart multi files #1949 …
Gin 1.4.0 is released
08.05.2019 در Releases
CHANGELOG Feature [NEW] Support for Go Modules #1569 [NEW] Refactor of form mapping multipart request #1829 [NEW] Supporting file binding #1264 [NEW] Add support for mapping arrays #1797 [NEW] Make context.Keys available as LogFormatterParams #1779 …
How to build one effective middleware?
26.02.2019 در News
Constituent parts The middleware has two parts: part one is what is executed once, when you initialize your middleware. That’s where you set up all the global objects, logicals etc. Everything that happens once per application lifetime. part …
Gin 1.3.0 is released
14.08.2018 در Releases
CHANGELOG [NEW] Add func (*Context) QueryMap, func (*Context) GetQueryMap, func (*Context) PostFormMap and func (*Context) GetPostFormMap to support type map[string]string as query string or form parameters, see #1383 [NEW] Add func (*Context) …