Fenny
|
7d9ee75ab9
|
📚 Fix examples
|
2020-07-05 11:34:03 +02:00 |
|
fenny
|
e70842a708
|
Merge pull request #548 from Fenny/master
🔨 Make Params Public
|
2020-07-05 11:24:27 +02:00 |
|
Fenny
|
db87aff93f
|
Merge branch 'master' of https://github.com/Fenny/fiber
|
2020-07-05 11:18:14 +02:00 |
|
Fenny
|
964f3c59ae
|
🔨 Make Params available in Route
|
2020-07-05 11:17:42 +02:00 |
|
fenny
|
c7a0449362
|
Merge pull request #546 from Fenny/master
📇 Update Test methods
|
2020-07-05 11:12:21 +02:00 |
|
Fenny
|
8b425e1206
|
🚀 Change Version Tag
|
2020-07-05 11:09:38 +02:00 |
|
Fenny
|
a21897d0de
|
🔨 Define return Addr in Test
|
2020-07-05 11:09:01 +02:00 |
|
Fenny
|
599fdcdcb6
|
✨Listener replaces Serve
|
2020-07-05 11:08:23 +02:00 |
|
fenny
|
7869e910ab
|
Merge pull request #542 from doingodswork/feature/improve-flag-handling
🩹 Improve flag handling
|
2020-07-05 10:54:41 +02:00 |
|
József Sallai
|
7ff22240f5
|
Merge pull request #544 from rajvijen/patch-1
docs(README.md): fix README.md documentation
|
2020-07-04 23:57:23 +03:00 |
|
Ryan Swanson
|
104f4fcddf
|
add ParamList to ctx
|
2020-07-04 13:47:54 -06: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 |
|
doingodswork
|
081a44323d
|
Fix build breaking with Go 1.11
strings.ReplaceAll is only supported in Go 1.12 and newer.
|
2020-07-04 18:42:52 +02:00 |
|
doingodswork
|
a092d0d40a
|
Improve flag handling
1. Don't define the prefork flag
2. Don't expose the prefork-child flag in the flag usage message
|
2020-07-04 16:17:27 +02:00 |
|
fenny
|
c39a12c769
|
Merge pull request #541 from Fenny/master
Add default value support
v1.12.4
|
2020-07-04 10:42:00 +02:00 |
|
Fenny
|
29c47030fe
|
Add default value support
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-07-04 10:29:13 +02:00 |
|
fenny
|
88d7425c35
|
Merge pull request #540 from Fenny/master
Micro optimization
|
2020-07-04 10:18:59 +02:00 |
|
Fenny
|
5250a33879
|
Add defaultvalue
|
2020-07-04 10:11:23 +02:00 |
|
Fenny
|
1129a85058
|
Update timeout.go
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 09:55:01 +02:00 |
|
Fenny
|
aed889e828
|
Update timeout.go
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 09:54:26 +02:00 |
|
Fenny
|
edbd51a197
|
Cleanup timeout
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 09:16:40 +02:00 |
|
Fenny
|
418a7767a2
|
Update ctx.go
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 09:11:47 +02:00 |
|
Fenny
|
9d02c9dc80
|
Correct deprecation version
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 09:09:31 +02:00 |
|
Fenny
|
db4caba968
|
Micro optimization
Co-Authored-By: kiyon <kiyonlin@163.com>
|
2020-07-04 08:55:13 +02:00 |
|
fenny
|
2336f7b8fe
|
Merge pull request #539 from Fenny/master
Fix docker host addr
|
2020-07-04 08:51:02 +02:00 |
|
Fenny
|
72786471ce
|
Fix docker host addr
|
2020-07-04 08:47:50 +02:00 |
|
fenny
|
0ebec5b688
|
Merge pull request #538 from Fenny/master
Add test cases
|
2020-07-04 08:47:00 +02:00 |
|
Fenny
|
be4cd8de1c
|
Update compress_test.go
|
2020-07-04 08:43:56 +02:00 |
|
Fenny
|
5e797e9ef0
|
Update package names
|
2020-07-04 08:42:42 +02:00 |
|
Fenny
|
4dead8d6d3
|
Fix typo in RequestID
|
2020-07-04 08:39:45 +02:00 |
|
Fenny
|
08cfd1b1b9
|
Merge remote-tracking branch 'upstream/master'
|
2020-07-04 08:31:10 +02:00 |
|
fenny
|
c630b1767c
|
Merge pull request #537 from kiyonlin/master
support config param in Compress() and RequestID()
|
2020-07-04 08:30:43 +02:00 |
|
Fenny
|
5e23557e08
|
Accept config in Compress
|
2020-07-04 08:30:18 +02:00 |
|
kiyon
|
a1fefd3f44
|
support config RequestIDConfig param in RequestID()
|
2020-07-04 10:52:18 +08:00 |
|
kiyon
|
0369495888
|
support config CompressConfig param in Compress()
|
2020-07-04 09:05:09 +08:00 |
|
Fenny
|
cdf45da5b1
|
Update ctx.go
|
2020-07-03 19:35:40 +02:00 |
|
Fenny
|
592545ac46
|
Allow default values
|
2020-07-03 19:30:34 +02:00 |
|
fenny
|
0b24e2f8a2
|
Merge pull request #535 from Fenny/master
Localize reuseport logic
v1.12.3
|
2020-07-03 15:18:31 +02:00 |
|
Fenny
|
af474e28bb
|
Localize reuseport logic
|
2020-07-03 15:16:11 +02:00 |
|
fenny
|
d64e4bb861
|
Merge pull request #534 from Fenny/master
Bump v1.12.3
|
2020-07-03 15:08:53 +02:00 |
|
Fenny
|
583ec38e37
|
Bump v1.12.3
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-07-03 15:08:21 +02:00 |
|
fenny
|
065cdcfa14
|
Merge pull request #533 from Fenny/master
Fix timeout panic
|
2020-07-03 15:06:54 +02:00 |
|
Fenny
|
e702a862cd
|
Fix timeout panic
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-07-03 14:58:32 +02:00 |
|
fenny
|
bc72afd303
|
Merge pull request #532 from Fenny/master
Update middleware list
|
2020-07-03 14:15:15 +02:00 |
|
Fenny
|
2ebadb4c38
|
Update ctx.go
Co-Authored-By: RW <renewerner87@googlemail.com>
|
2020-07-03 14:02:00 +02:00 |
|
Fenny
|
b1aeec8c80
|
Add third party middleware
|
2020-07-03 10:21:11 +02:00 |
|
Fenny
|
34ac831143
|
Add json formatting
|
2020-07-02 20:26:38 +02:00 |
|
fenny
|
1b67dff3db
|
Merge pull request #531 from Fenny/master
Update readme
|
2020-07-02 14:05:51 +02:00 |
|
Fenny
|
1d4478bf00
|
🧹🧹 Cleanup
|
2020-07-02 13:51:10 +02:00 |
|
Fenny
|
c134e1580c
|
Update logger.md
|
2020-07-02 13:01:12 +02:00 |
|