gregchalmers
c09f9a675f
swapped bound & link
2021-03-08 23:18:17 -08:00
gregchalmers
3d5123671c
%v -> %s
2021-03-08 23:09:52 -08:00
gregchalmers
25c5e4c264
fixed host=="" to "0.0.0.0" from "127.0.0.1"
2021-03-08 22:51:19 -08:00
gregchalmers
cc262daae3
nice to have #1207 PR
2021-03-09 17:14:52 +13:00
Vic Shóstak
aee004f3e1
Merge pull request #1206 from koddr/master
...
Update code snippets for RU language
2021-03-07 22:35:55 +03:00
Vic Shóstak
aa044d090b
Update code snippets
2021-03-07 22:20:14 +03: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
iRedMail
a179c6665c
✏️ FS MW: add example of embedding directory ( #1197 )
...
Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
2021-03-02 12:12:40 -05:00
hi019
983919fd18
CSRF Docs - Add note about how to get token ( #1196 )
2021-03-01 20:32:22 -05:00
Jason McNeil
53e5dc523e
🩹 Fix: CSRF middleware cookie<>storage bug squashed and other improvements ( #1180 )
...
* expire cookie on Post, Delete, Patch and Put
Cookie should always expire on Post, Delete, Patch and Put as it is either valid and will be removed from storage, or is not in storage and invalid
* token and cookie match
* retrigger checks
* csrf tests
* csrf per session strategy
2021-03-01 17:44:17 +01:00
tianjipeng
59b12fbcb2
fix: lookup cookie in response header ( #1191 )
2021-03-01 17:25:36 +01:00
Baran Demirbaş
bbd101d70d
✏️ Fix typos and translate some sentences English to Turkish ( #1192 )
2021-02-27 20:15:15 -05:00
kiyon
5675716832
Merge pull request #1189 from dechristopher/master
...
🔥 Add optional FileSystem config to middleware/favicon
2021-02-26 13:09:57 +08:00
kiyon
57cfb507aa
Merge pull request #1186 from kiyonlin/fix-listener
...
👷 Fix hardcode tls to startupMessage in app.Listener
2021-02-25 20:05:25 +08:00
Andrew DeChristopher
13c4245242
🔥 Fix favicon filesystem tests
...
This change exists to support go 1.16 embedded filesystems and other network filesystems that can't simply be read as a file from a system path.
2021-02-24 12:27:32 -05:00
Andrew DeChristopher
6a5698277c
🔥 Add optional FileSystem config to favicon middleware
...
This change exists to support go 1.16 embedded filesystems and other network filesystems that can't simply be read as a file from a system path.
2021-02-24 11:42:54 -05:00
Kiyon
b46185e1b0
👷 Fix hardcode tls to startupMessage in app.Listener
2021-02-23 16:40:17 +08:00
kiyon
0d8fa6bf63
Merge pull request #1187 from kiyonlin/improve-proxy-test
...
👷 Improve proxy middleware test case
2021-02-23 16:28:14 +08:00
Kiyon
1a67fdb343
👷 Improve proxy middleware test case
...
- add t.Parallel()
- use random port
2021-02-23 15:32:27 +08:00
hi019
583131b84b
Add Golang 1.16 to testing matrix ( #1176 )
2021-02-18 11:06:35 -05:00
hi019
94995cf90f
Merge pull request #1175 from circa10a/embed-example
...
add embed example for go 1.16
2021-02-18 10:39:57 -05:00
circa10a
c1386ff6c5
📝 docs: add embed example for go 1.16
2021-02-18 09:38:05 -06:00
Joey
557023f399
Merge pull request #1150 from cornerot/patch-1
...
🐛 Fix setting host header in proxy middleware
2021-02-17 14:12:38 +01:00
RW
7d51885384
📚 fix wrong session code example ( #1170 )
...
📚 fix wrong session code example
2021-02-16 14:50:17 +01:00
hi019
402e6633e5
Merge pull request #1168 from TroyDota/patch-1
...
Remove duplicate line
2021-02-14 22:10:36 -05:00
TroyDota
80fadc607c
Update memory.go
2021-02-15 04:07:51 +02:00
kiyon
50e02e5149
Merge pull request #1149 from theArtechnology/patch-1
...
✨ Add fiber-inertia to README.md
2021-02-09 20:02:27 +08:00
Bernard Bruno
3fc8c78388
Add repository to other readme languages + fix spaces
2021-02-09 14:55:31 +04:00
kiyon
d1d8edadf4
Merge pull request #1157 from kiyonlin/master
...
📦 bump v2.5.0
v2.5.0
2021-02-08 16:10:45 +08:00
Kiyon
47f75cdb52
📦 bump v2.5.0
2021-02-08 16:10:13 +08:00
kiyon
b32c4fa3f4
Merge pull request #1155 from kiyonlin/network-stack
...
🔥 Add network option
2021-02-08 16:06:14 +08:00
Kiyon
00dbdd5fb3
👷 Add network type constant
2021-02-08 11:35:17 +08:00
Kiyon
0ec0f50cfd
🔥 Add network option
2021-02-07 13:55:13 +08:00
cornerot
0e2e04b9ba
add fasthttp.LBClient to the proxy middleware
2021-02-04 23:04:11 +03:00
Bernard Joseph Jean Bruno
15d8ff332e
Add fiber-inertia to README.md
2021-02-04 20:38:51 +04:00
kiyon
3e2dd90be4
Merge pull request #1145 from kiyonlin/master
...
📦 Bump v2.4.1
v2.4.1
2021-02-02 09:49:47 +08:00
Kiyon
003bc41b3f
Merge branch 'master' of https://github.com/gofiber/fiber
2021-02-02 09:46:17 +08:00
kiyon
3437624605
Merge pull request #1144 from kiyonlin/fix-1141
...
👷 start process before prefork server starting
2021-02-02 09:45:42 +08:00
Kiyon
a53acc2a6d
📦 bump v2.4.1
2021-02-02 09:43:53 +08:00
Kiyon
ecb95fbffc
👷 start process before prefork server starting
2021-02-02 09:41:11 +08:00
Joey
267fd5ec59
Merge pull request #1121 from yquansah/yq-override-json
...
feat: add definition for overridable json engine
v2.4.0
2021-01-31 07:56:41 +01:00
Joey
66c457d5c8
Merge pull request #1135 from tianjipeng/fix/cache
...
ajust config.Next position
2021-01-31 07:55:25 +01:00
Joey
e89ef1207e
Merge pull request #1130 from mlukasik-dev/master
...
✨ add Next function to app.Static config
2021-01-31 07:54:54 +01:00
Joey
cf23dcc3f9
Merge pull request #1137 from sotanodroid/style_update
...
🎨 Style: adjusted lines according go-lint
2021-01-31 07:53:04 +01:00
unknown
c62e5f7d4d
go style updates
2021-01-26 21:57:58 +03:00
tianjipeng
08a2e7a82d
ajust cache middleware config.Next position
2021-01-26 10:26:13 +08:00
Yoofi Quansah
5941c8c4e2
🧹 chore: address comments, and use more standard definition for
...
functionality we define
2021-01-25 13:48:07 -06:00
Joey
c4372a45db
📦 v2.4.0
2021-01-25 15:51:30 +01:00
Joey
e332d54b29
Merge pull request #1134 from ReneWerner87/improve_bootstrap_for_many_routes
...
⚡ Accelerate start process for many routes #1081
2021-01-25 15:40:35 +01:00
Joey
b03b596a59
Merge pull request #1132 from xenowits/master
...
Reference to issue #1115
2021-01-25 15:39:43 +01:00