1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 10:03:46 +00:00

1480 Commits

Author SHA1 Message Date
Fenny
b95c86237d Update middleware examples 2020-06-25 15:54:08 +02:00
Fenny
3bdbc53d17 Separate Prefork logic 2020-06-25 15:42:50 +02:00
Fenny
6638efafa7 Update prefork logic 2020-06-23 16:56:48 +02:00
Fenny
37ebde8b86 Update app.go 2020-06-23 15:07:29 +02:00
Fenny
3e72ab42bd Update app.go 2020-06-23 15:05:30 +02:00
Fenny
1dcbd1e6ff Update app.go 2020-06-23 15:05:18 +02:00
Fenny
45aacc1ddb Update startupMessage 2020-06-23 15:04:21 +02:00
Fenny
67fefdd5d8 Add Prefork support for Windows 2020-06-22 16:07:38 +02:00
Fenny
a72ce156c5 Add Prefork support for Windows 2020-06-22 15:55:24 +02:00
Fenny
9c2a36be17 Add Prefork support for Windows 2020-06-22 15:12:50 +02:00
Fenny
cacbfad765 Update timeout comments 2020-06-21 18:00:57 +02:00
Fenny
578e566475 Add 405 Support 2020-06-21 12:17:22 +02:00
Fenny
4102262dd7 Add benchmark 2020-06-21 11:11:45 +02:00
Fenny
8db7e169a3 Update utils.go 2020-06-21 11:04:46 +02:00
Fenny
ef264df776 Update utils.go 2020-06-21 11:03:17 +02:00
Fenny
3568613dfa Update 405 Tests 2020-06-21 11:02:17 +02:00
Fenny
c0f26798a8 Update router.go 2020-06-21 10:47:11 +02:00
Fenny
09116ae22b Add 405 Support 2020-06-21 10:47:03 +02:00
Fenny
3187472744 Update router.go 2020-06-20 17:27:40 +02:00
Fenny
44d739496d Add 405 Method Not Allowed 2020-06-20 17:26:48 +02:00
Fenny
5b37af25f8 Avoid panic on runtime 2020-06-20 14:17:50 +02:00
fenny
c9a6499491
Merge pull request #491 from kiyonlin/master
🩹  remove the duplicate statement
2020-06-20 14:16:10 +02:00
kiyon
bd4c250f41 remove the duplicate statement 2020-06-20 14:41:50 +08:00
fenny
08104a077b
Merge pull request #490 from kiyonlin/master
add link to third party middlewares of all readmes
2020-06-20 02:37:25 +02:00
kiyon
68314c408b add https://github.com/kiyonlin/fiber_limiter to third party middlewares 2020-06-20 08:32:43 +08:00
kiyon
9213f7b833 Merge branch 'master' of https://github.com/gofiber/fiber 2020-06-20 08:05:42 +08:00
fenny
dde7b20d0f
Merge pull request #488 from koddr/master
Add new Routing feature to README
2020-06-19 12:57:05 +02:00
Vic Shóstak
e310d12c79
Update README_zh-CN.md 2020-06-19 13:27:10 +03:00
Vic Shóstak
6e74dfe71a
Update README_tr.md 2020-06-19 13:26:52 +03:00
Vic Shóstak
12c6eeefab
Update README_ru.md 2020-06-19 13:26:35 +03:00
Vic Shóstak
29f94e0e91
Update README_pt.md 2020-06-19 13:26:10 +03:00
Vic Shóstak
73aed4d042
Update README_nl.md 2020-06-19 13:25:52 +03:00
Vic Shóstak
27f5d1c24a
Update README_ko.md 2020-06-19 13:25:30 +03:00
Vic Shóstak
48f9bc1480
Update README_ja.md 2020-06-19 13:25:05 +03:00
Vic Shóstak
1ed6c20a8e
Update README_id.md 2020-06-19 13:24:45 +03:00
Vic Shóstak
ee6445f2ce
Update README_he.md 2020-06-19 13:24:15 +03:00
Vic Shóstak
576101da81
Update README_fr.md 2020-06-19 13:23:48 +03:00
Vic Shóstak
bf60b67602
Update README_es.md 2020-06-19 13:23:15 +03:00
Vic Shóstak
23b3012e4c
Update README_de.md 2020-06-19 13:22:50 +03:00
Vic Shóstak
2bbb4b2479
Update README_ar_SA.md 2020-06-19 13:22:29 +03: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
fenny
308ab66eb6
Merge pull request #487 from ReneWerner87/fix_group_routing
fix the unnecessary pass through for routes with groups
v1.12.0
2020-06-19 11:27:39 +02:00
wernerr
f1710ea1b6 fix the unnecessary pass through for routes with groups 2020-06-19 10:54:15 +02:00
fenny
20b2c82ede
Merge pull request #483 from nyaascii/docs/redundant-badges
Remove unnecessary badges in README files
2020-06-19 00:38:30 +02:00
fenny
49e1e864e1
Merge pull request #484 from gofiber/security-policy
Create SECURITY.md
2020-06-19 00:37:27 +02:00
fenny
0af0dd8ec9
Merge pull request #482 from humaidq/path-slash
ctx: do not use normalized path
2020-06-19 00:36:17 +02:00
Thomas van Vugt
a6fa08997e
Update navigation 2020-06-19 00:20:03 +02:00
Thomas van Vugt
b8fba3c6ac
Create SECURITY.md
@Fenny Please ensure we are forcing members of the Fiber organisation to use 2FA. Also, please review the supported versions (I wrote this as a placeholder).
2020-06-19 00:19:10 +02:00
nyaascii
4f4b862831
docs: Remove unnecessary badges
Removed stargazers and releases badges
2020-06-18 23:52:37 +02:00