M. Efe Çetin
691d2e6ad5
🗑️ deprecate: go 1.14 & go 1.15 support deprecation ( #2172 )
...
* 🗑️ deprecate: go 1.14 & go 1.15 support deprecation
https://github.com/valyala/fasthttp/pull/1379
* fix tests
2022-10-26 11:51:50 +02:00
Ilhan
e85a29abf3
📝 docs: Update language count ( #2131 )
2022-10-01 10:23:47 +03:00
Muhammed Efe Çetin
319b8ea3a8
Merge remote-tracking branch 'origin/master' into v3-beta
2022-09-03 23:56:45 +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
Muhammed Efe Çetin
4105b008c2
Merge remote-tracking branch 'origin/master' into v3-beta
2022-08-19 14:33:31 +03:00
Tushar Dahiya
1fec8757c4
Update README.md 📝 ( #2023 )
...
Update README.md
Grammatical Error
2022-08-19 08:20:33 +02:00
M. Efe Çetin
a458bd344c
✨ v3 (feature): convert fiber.Ctx type to interface ( #1928 )
...
* ✨ v3: convert fiber.Ctx type to interface
* update ctx methods
* add new methods to customize ctx, fix some problems
* update comments.
* fix something
2022-07-13 07:48:29 +02:00
M. Efe Çetin
002d9b5db4
📝 docs: flat-square style for readme badges ( #1949 )
2022-06-29 07:54:34 +02:00
witer33
aace425119
fixed typo ( #1891 )
2022-05-02 15:35:24 +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
Roj
48acc21117
Add Central Kurdish README ( #1694 )
2022-01-08 14:30:26 +01: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
Ali Baran Eser
cdbcfbec17
🔥 Feature: add IP ranges support to config.TrustedProxies ( #1602 )
...
* feat: add IP ranges support to config.TrustedProxies
* Added config example to README and moved IncrementIPRange to utils.
2021-10-28 00:46:39 +02: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
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
Luis
641e7459f8
small comment fix ( #1347 )
...
Fix to a comment pointing to wrong endpoint
2021-05-27 20:14:14 +02:00
Marvin Wendt
e1089fc1ae
✏️ Fix link ( #1323 )
2021-05-07 13:18:54 -04:00
sadfun
0c8b833f9c
Fix broken Rate Limiter link ( #1301 )
2021-04-28 12:17:08 +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
Bernard Joseph Jean Bruno
15d8ff332e
Add fiber-inertia to README.md
2021-02-04 20:38:51 +04:00
Sachintha Sandaruvan
9de10185ed
📝 README Updated- added new 3rd party middleware
2021-01-03 17:38:42 +08: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
Roman
180fedc0c4
🩹 fix the anchor tag and external references to fix the GH-generated link
2020-10-06 10:21:16 +02:00
Fenny
c6a08d9550
✏ restore feature list
2020-10-05 21:51:35 +02:00
Fenny
898d210ea2
Merge remote-tracking branch 'upstream/master'
2020-10-05 20:04:40 +02:00
Fenny
9d57e235ed
Update README.md
2020-10-04 05:43:27 +02:00
Fenny
16732c183e
⭐ update features
2020-10-04 05:41:01 +02:00
Roman
dcea4d5ddb
🩹 fix the duplicated third party license links in the readme
...
right now the readme links to different third party licenses. The
last part has some of the doubled. This PR removes them
2020-10-03 23:33:57 +02: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
bdd1bdbfa5
✏ update security badge
2020-09-16 12:39:25 +02:00
Fenny
d908716132
📦 fix limiter
2020-09-15 20:28:15 +02:00
Fenny
7576f806c9
📖 update readme
2020-09-14 14:21:13 +02:00
Fenny
2edf5aefb8
🏑 fix mw table
2020-09-14 12:27:23 +02:00
Fenny
816547fba9
📖 update middleware table
...
Co-Authored-By: hi019 <65871571+hi019@users.noreply.github.com>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: Roger Guldbrandsen <8797880+kinbiko@users.noreply.github.com>
2020-09-14 08:23:50 +02:00
Fenny
a837fa4d55
⚡ v2
2020-09-14 04:02:27 +02:00
Fenny
9a31f89fdb
⚡ v2
2020-09-13 11:22:01 +02:00
Fenny
ec5d66e7a8
⚡ v2
2020-09-13 11:20:11 +02:00
Tom
896cbc481f
📝 Add fiber-cache middleware
...
Also alphabetically sort the list
2020-08-27 18:22:39 +01:00
Sujit
9855d1de0c
Added fiber boilerplate
2020-08-16 16:29:49 +05:45
Emanuel Quimper
cc777f2e78
📺 Add youtube video
2020-08-12 20:57:27 -04:00
Emanuel Quimper
ebb5173c19
📺 Add youtube video
2020-07-31 10:56:50 -04:00
Fenny
5605c7916f
📺 Add youtube video
2020-07-29 16:49:42 +02:00
Emanuel Quimper
878764d064
Added new video
2020-07-29 10:37:43 -04:00
Fenny
8594ce4154
👑 Update supporters
2020-07-19 13:59:42 +02:00
Fenny
493b1d49d0
🧪 Update test coverage
2020-07-19 13:52:47 +02:00
Fenny
3bffdac364
✏ Correct Static Example
...
Co-Authored-By: Demby Genesis M. Abella <dembygenesis@users.noreply.github.com>
2020-07-10 11:06:23 +02:00
Fenny
7d9ee75ab9
📚 Fix examples
2020-07-05 11:34:03 +02:00
Vijendra Kumar
3a11fb1bb5
docs(README.md): fix README.md documentation
...
fix broken code with proper markdown syntax.
2020-07-04 23:08:31 +05:30
Fenny
b1aeec8c80
Add third party middleware
2020-07-03 10:21:11 +02:00
Fenny
563907cacb
Update examples
2020-07-01 10:44:15 +02:00
Fenny
a2f45a3559
Update example
2020-07-01 10:42:06 +02:00
Fenny
2fc60d97db
Update examples
2020-07-01 10:34:53 +02:00
Fenny
86ed76148a
Update media
2020-07-01 09:51:50 +02:00
Festum Qin
5c40a4e620
Add zh-TW translation
2020-06-28 17:36:35 +02:00
Ender Bonnet
0abe10e3d7
Doc: Add media tutorial on spanish
2020-06-26 21:52:29 -04:00
Fenny
d4e2a6f3c3
Update supporters
2020-06-25 16:10:27 +02:00
Fenny
2614158921
Fix broken link
2020-06-25 15:56:22 +02:00
Fenny
b95c86237d
Update middleware examples
2020-06-25 15:54:08 +02:00
kiyon
68314c408b
add https://github.com/kiyonlin/fiber_limiter to third party middlewares
2020-06-20 08:32:43 +08:00
Vic Shóstak
5f1b711fd8
Update README.md
2020-06-19 13:17:37 +03:00
Vic Shóstak
dbdfdc5fbe
Add new Routing feature to README
2020-06-19 13:12:05 +03:00
nyaascii
4f4b862831
docs: Remove unnecessary badges
...
Removed stargazers and releases badges
2020-06-18 23:52:37 +02:00
fenny
e588d866d6
Merge pull request #468 from firebase007/update-readme
...
add Go-Fiber article to all read-me files
2020-06-15 08:32:08 +02:00
Alexander Nnakwue
328360766f
add fiber article to all read-me files
2020-06-15 04:22:22 +01:00