345 Commits

Author SHA1 Message Date
RW
ee2b13c8c0
Update timeout.md 2023-04-14 12:18:00 +02:00
RW
41b08b6cb0
Update faq.md 2023-04-14 11:36:57 +02:00
cmd777
3b7a7d491b
📚 Docs: Fix import and comma issues (#2410)
Fix import and comma issues
2023-04-13 12:32:39 +08:00
James Lucas
866d5b7628
feat(cors): Added new 'AllowOriginsFunc' function. (#2394)
*  feat(cors): Added new 'AllowOriginsFunc' function.

* feat(cors): Added warning log for when both 'AllowOrigins' and 'AllowOriginsFunc' are set.

* feat(docs): Updated docs to include note about discouraging the use of this function in production workloads.

---------

Co-authored-by: RW <rene@gofiber.io>
2023-04-11 10:24:29 +02:00
RW
fcf708dfc2
Update routing.md 2023-04-10 12:31:49 +02:00
RW
c396d2aa45
Update grouping.md 2023-04-10 12:28:57 +02:00
cmd777
8b1f9260a3
📚 Docs: Fix typos, and make middleware documentation more consistent (#2408)
Fix typos, and make docs more consistent
This fixes several typos in the ISSUE_TEMPLATES, as well as improve
their readability, also makes the documentation markdowns more
consistent
2023-04-10 10:48:12 +08:00
Hakan Kutluay
22b407e2e7
🐛 [Bug-Fix] add original timeout middleware (#2367)
* add original timeout middleware

* fix linter issues

* deprecate original timeout middleware

* update timeout middleware documentation
2023-04-09 16:05:51 +02:00
Juan C. Yamacho H
562d15db86
🚀 Feature: Public ShutdownWithContext (#2407)
* feat: public shutdown with context

* docs: add server shutdown option

* chore: revert spacing changes

* test: app shutdown with context
2023-04-09 21:08:03 +08:00
Shahriar Sohan
74a9fa96f5
docs: added code link to fiber config fields (#2385)
* docs: added code link to fiber config fields

* docs: added code link to fiber config fields [reference line link updated]

* docs: added code link to fiber config fields [reference line link updated]

* removed reference line link from docs

* docs/api: fix indentation

---------

Co-authored-by: leonklingele <git@leonklingele.de>
2023-04-04 11:12:53 +02:00
RW
e9541945e5
Update faq.md 2023-03-31 12:36:30 +02:00
RW
856332c16a
Update faq.md 2023-03-31 12:35:20 +02:00
João Vitor
5eb4d57d88
feat: adding to fac sub domain routing 📝 (#2393)
* feat: adding to fac sub domain routing

* update: docs to include a example

* Update faq.md

* fix code after tests

---------

Co-authored-by: RW <rene@gofiber.io>
2023-03-31 12:29:14 +02:00
Iliya
bf31f1f3c6
💊 Change default value of Querybool from true to false. (#2391)
* 🩹 Fix QueryBool function: change default value from true to false

* 📚 Update QueryBool function document

* Update ctx.md

---------

Co-authored-by: RW <rene@gofiber.io>
2023-03-30 13:26:26 +02:00
René Werner
c9121189a9 Fix docu 2023-03-24 18:58:15 +01:00
René Werner
cc5c793d83 Add documentation for ctx.QueryFloat and ctx.QueryBool 2023-03-24 18:54:09 +01:00
René Werner
1f52799686 Refresh middleware documentation 2023-03-24 13:23:52 +01:00
Kyle Manning
32c3961726
corrected coding typos in MountPath docs section (#2379)
* corrected coding typos in MountPath docs section

* Update app.md

---------

Co-authored-by: Kyle Manning <kyle@manning.jp>
Co-authored-by: M. Efe Çetin <efectn@protonmail.com>
2023-03-22 09:44:36 +03:00
M. Efe Çetin
9064eb6469
🧹 chore: drop go 1.16 support & update dependencies (#2374)
* 🧹 chore: drop go 1.16 support

* downgrade uniseg

* fix tests

* fix tests

* fix tests
2023-03-20 08:22:31 +01:00
Benjamin Grosse
d7b36cde54
🐛 requestid.Config.ContextKey is interface{} (#2369)
requestid.Config.ContextKey is interface{}

Consistent with c.Locals(key inteface{}, ...).
Fixes #2356
2023-03-14 19:37:10 +01:00
RW
0dee42a57c
Update ctx.md ip documentation 2023-03-14 11:24:11 +01:00
Tumushimire Yves
634f163e3f
🚀 [Feature]: SessionOnly when cookie.Expires is 0 (#2152)
* feature: session only for zero expire cookie #2145

* refactor condition to set MaxAge and Expire on cookie

* move checking zero maxage and expire in session middleware

Signed-off-by: Yves Tumushimire <yvestumushimire@gmail.com>

* feature: session only for zero expire cookie #2145

* refactor condition to set MaxAge and Expire on cookie

* move checking zero maxage and expire in session middleware

Signed-off-by: Yves Tumushimire <yvestumushimire@gmail.com>

* CR changes

* some updates

---------

Signed-off-by: Yves Tumushimire <yvestumushimire@gmail.com>
Co-authored-by: Muhammed Efe Çetin <efectn@protonmail.com>
Co-authored-by: René Werner <rene.werner@verivox.com>
2023-03-12 19:14:22 +01:00
Hong Seungwoo
c1c119337f
Fix typo in docs (#2357)
Co-authored-by: Seungwoo Hong <qksn1541@hits.ai>
2023-03-08 17:59:36 +03:00
Muhammed Efe Çetin
15e9235383
📝 docs: remove README.mds from middleware dirs 2023-03-06 16:42:35 +03:00
lublak
2e7e879d6f
feature: allow preloaded certs with prefork (#2351)
* allow preloaded certs with prefork

* add to documentation

* add comments for ListenMutualTLSWithCertificate

* add test for WithCertificate

* Update benchmark.yml

* Update benchmark.yml

* Update benchmark.yml

* Update benchmark.yml

* Update benchmark.yml

* Update benchmark.yml

---------

Co-authored-by: RW <rene@gofiber.io>
2023-03-06 12:03:41 +01:00
René Werner
f6b5ed6d26 update proxy docs 2023-02-25 10:57:12 +01:00
René Werner
35e6825614 update proxy docs 2023-02-25 10:55:27 +01:00
René Werner
bfa8b6a222 Merge remote-tracking branch 'origin/master' 2023-02-25 10:44:08 +01:00
M. Efe Çetin
a1eb0e69a6
📝 docs: fix example on envvar middleware 2023-02-25 12:43:57 +03:00
René Werner
d034115dec optimize workflows and test docs sync 2023-02-25 10:43:53 +01:00
M. Efe Çetin
b3643198f8
📝 docs: automated synchronization with gofiber/docs (#2344)
Automated Synchronization with gofiber/docs repo
2023-02-25 10:29:07 +01:00
Fenny
3d710a7602 Move docs to separate repository 2020-02-05 22:43:01 +01:00
Fenny
30d0be1e68 Fix docs 2020-02-05 22:34:36 +01:00
Fenny
73835d1807 Exclude some folders from go 2020-02-05 22:28:17 +01:00
Fenny
1fe84e59a4 Add FakeRequest to doc 2020-02-05 18:00:35 +01:00
Fenny
bda065478c Edit Doc 2020-02-05 13:26:20 +01:00
Fenny
36efef1f61 v1.3.3 2020-02-05 12:16:21 +01:00
Fenny
cfe08a74d3 Edit docs 2020-02-05 12:15:11 +01:00
Fenny
ae132e61ed Fix js func 2020-02-05 01:20:45 +01:00
Fenny
6d0e4257e8 Fix import typo 2020-02-05 01:17:31 +01:00
Fenny
3b3dba3fcb Seo and mobile optimization 2020-02-05 01:10:49 +01:00
Fenny
6e1fa09bde Add https://fiber.wiki 2020-02-05 00:42:13 +01:00
Fenny
b75bd63aeb Create CNAME 2020-02-04 18:07:00 +01:00
Fenny
3bb1fb9b4c Fix typo 2020-02-04 15:00:33 +01:00
Fenny
40eb4d8f18 Fix coverpage 2020-02-04 14:32:48 +01:00
Fenny
0d3cdef8f1 Fix coverpage 2020-02-04 14:24:42 +01:00
Fenny
7e5e80846b
Merge pull request #23 from Fenny/master
Coverpage fix
2020-02-03 10:25:30 -05:00
Fenny
894ffa3f5c Coverpage fix 2020-02-03 16:25:07 +01:00
Fenny
c0f8b802b5
Merge pull request #22 from Fenny/master
Coverpage
2020-02-03 10:24:32 -05:00
Fenny
d08ffbd40e Coverpage 2020-02-03 16:24:06 +01:00