162 Commits

Author SHA1 Message Date
Ilhan
e85a29abf3
📝 docs: Update language count (#2131) 2022-10-01 10:23:47 +03:00
Emre Savcı
d9257c2c1d
🚀 [Feature]: add envvar expose middleware (#2054)
* add envvar expose middleware

* fix readme remove redundant word

* change hard coded json marshal to app config marshaller

* update readme

* update all lang readme

* change t.setenv to os.setenv as backward compability reason

* change io.readall to ioutil.readall

* Update envvar.go

* remove get method that only used in test

* remove unused method from envvar struct

* remove path variable from config, update readme, add new test case

Co-authored-by: RW <rene@gofiber.io>
2022-08-30 08:30:13 +02:00
GalvinGao
b970457109
docs: change support claim up to go 1.19 (#2043) 2022-08-24 14:09:33 +02:00
M. Efe Çetin
002d9b5db4
📝 docs: flat-square style for readme badges (#1949) 2022-06-29 07:54:34 +02:00
Ankush Menat
bd2acbb5a9
chore: remove incorrect links from supporter table (#1862) 2022-04-15 19:54:14 +02:00
M. Efe Çetin
ee65ea5bab
🧹 Use encoding/json (#1851)
* remove goccy/go-json

* fix tests.
2022-04-13 10:45:33 +02:00
M. Efe Çetin
1c4ebf85f1
⬆️ add go1.18 to tests and docs (#1819)
* 👷 tests: add go1.18

* Update benchmark.yml

* update readmes
2022-03-15 17:43:49 +01:00
Serhat Şevki Dinçer
8b0170c0f4
🔗 Fix goreportcard & pkg.go.dev links in READMEs (#1798)
* 🔗 Fix goreportcard & pkg.go.dev links in READMEs

* 🔗 Fix package comment for pkg.go.dev links

* 🔗 Replace golang.org links with go.dev in READMEs

Co-authored-by: RW <rene@gofiber.io>
2022-03-03 11:54:56 +01:00
RW
a033ca240b
📒 Update readme (#1794)
* 📒 Update readme
- add some middlewares
- add section for awesome list

* 📒 Update readme
- add some middlewares
- add section for awesome list

* 📒 Update readme
- add some middlewares
- add section for awesome list
2022-02-28 10:22:17 +01:00
M. Efe Çetin
e1833df93c
docs: add SSE example (#1776) 2022-02-14 16:27:57 +01:00
M. Efe Çetin
937713e41e
feature: bind support for render (#1754)
* Bind support for Render.

* update

* fix tests

* split Pass-locals-to-views & Bind from Render

* update comments.

* add benchs.

* Update ctx.go

Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>

* Update ctx.go

* optimize

* switch dictpool.

*  feature: bind support for render
- improve performance

*  feature: bind support for render
- improve performance

Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
Co-authored-by: wernerr <rene.werner@verivox.com>
Co-authored-by: wernerr <rene@gofiber.io>
2022-02-12 22:52:24 +01:00
Ege Can ÖZER
719992cb75
Add 3rd party middleware eozer/fiber_ldapauth (#1743)
* Add 3rd party middleware eozer/fiber_ldapauth

* Add 3rd party middleware eozer/fiber_ldapauth to other READMEs as well
2022-02-02 20:04:24 +03:00
vecpeng
d96664dab4
📝docs: add emoji for limitations (#1682)
* 📝docs: add emoji for limations

* 🐛fix: remove debug info
2022-01-01 10:15:39 +01:00
M. Efe Çetin
894fa9db5e
fix indentions (#1680)
Fix indention for READMEs.
2021-12-30 23:02:49 +01:00
M. Efe Çetin
68d3b773bc
Add route naming feature. (#1650)
* Add route naming feature.

* Update basicauth_test.go

* Fix gosec issues.

* Change RoutaName -> Name

* Fix race conditions.

* Update READMEs.
2021-12-28 14:04:04 +01:00
mancix
8ad81d57f6
📚 Doc: italian translation (#1621) 2021-11-15 08:37:57 +01:00
M. Efe Çetin
9eaa8b0c73
Change default json lib. (#1563)
* Change default json lib.

* Remove gopsutil test.

* Fix tests.

* Ignore linter for UnmarshalFieldError.

* update
2021-10-11 08:28:06 +02:00
Aman Kumar Sinha
d2f5e3a430
update README with elastic/apmfiber middleware (#1540) 2021-09-28 10:02:17 +02:00
hi019
8925c96264
Add Limitations section to README (#1508) 2021-08-29 10:43:38 +02:00
Pranay
f014d143ac
Update README.md (#1477) 2021-08-07 21:20:26 +02:00
wernerr
c8d0a0c2ae 📚 Correct order of the basic routing example 2021-07-14 08:00:33 +02:00
Jefferson Maia
b5cb8549e0
fix: Installation section translation correction (#1432) 2021-07-11 11:42:29 +02:00
alfuhigi
28ba42a6fd
✏️ fix [🔑gosec|passing] icon -> README_*.md (#1405)
* ✏️ fix [🔑 gosec|passing] icon -> README_*.md that not show correctly

* 🚩  drop .PNG, use SVG base64 for Flag
2021-06-25 08:25:38 +02:00
Javad Rajabzade
556df42956
Add README_fa.md for Persian users (#1370)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src
2021-06-08 23:09:20 +02:00
Costa
9bbadddbb2
add link to third party middlewares of all readmes (#1358) 2021-06-02 11:29:50 +02:00
Owl
cdd5326047
fix broken links (#1278) 2021-04-11 10:58:29 +02:00
Sagar Sonwane
19c95cdc17
📝 Doc (#1256)
fixed broken link in readmes
2021-04-06 07:57:49 +02:00
Krist Menina
b7e260a69d ✏️ fix broken links 2021-03-12 12:30:52 +08:00
wowpoppy
8e47ccd9ed
✏️ Remove unused path parameter in README example (#1201)
* ✏️ Remove unused path parameter in example

* Update translations
2021-03-05 11:18:21 +01:00
Bernard Bruno
3fc8c78388 Add repository to other readme languages + fix spaces 2021-02-09 14:55:31 +04:00
Koen Molenaar
b7275d3350 🐛 Fix not correct markdown 2020-11-26 01:40:11 +01:00
Koen Molenaar
0066626f64 🌱 Add fiber_vhost middleware 2020-11-26 01:29:44 +01:00
Fenny
51d4712b33 ✏ update spacing in code examples 2020-11-14 03:30:33 +01:00
Sujit
bb9a9436a7 Change module name 2020-11-09 12:29:23 +05:45
hi019
5bf1a8040a Add note about go mod to installation instructions 2020-11-01 00:39:57 -04:00
Jean-Sébastien Ney
392014a1da fix proxy url 2020-10-22 11:27:27 +02:00
Abdulaziz Jaiz
d04d8d15ec renaming to README_sa https://github.com/gofiber/website/pull/10#pullrequestreview-504575447 2020-10-09 03:28:37 +03:00
Dimitrii Lopanov
9e4ce64f28 long-polling 2020-10-02 11:46:43 +03:00
Fenny
e6fc09bf2c
Merge pull request #840 from hi019/master
Add cache, timeout, requestid and proxy mw to RDME
2020-09-28 01:32:19 +02:00
hi019
a89e30729f Add cache, timeout, requestid and proxy mw to RDME 2020-09-27 19:27:36 -04:00
Fenny
e6e137e120
Merge pull request #839 from hi019/master
✏️ Fix example typo
2020-09-28 01:17:23 +02:00
hi019
4fbdaa62f9 ✏️ Fix example typo 2020-09-27 19:14:02 -04:00
Fenny
052966e5dc ✏ update license 2020-09-28 00:46:18 +02:00
Ankur Srivastava
2f3a56c34c 📝 README update:
- added prometheus-metrics middleware in thirdparty middlewares
- address review comments

Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
2020-09-23 18:37:35 +02:00
kiyon
8f5ac6a056 🎨 improve READMEs
fix links
2020-09-18 11:14:40 +08:00
Fenny
d902212bf0 ✏ update hello world 2020-09-16 15:19:23 +02:00
Fenny
f5c5f19d27 ✏ update hello world example 2020-09-16 15:13:51 +02:00
Fenny
4f8a15a56f
Merge branch 'master' into master 2020-09-16 12:40:10 +02:00
Fenny
bdd1bdbfa5 ✏ update security badge 2020-09-16 12:39:25 +02:00
Fenny
f5c7092c17
Merge pull request #787 from Fenny/master
📦 fix limiter
2020-09-15 20:32:37 +02:00