Commit Graph

795 Commits (immutable-benchmark)

Author SHA1 Message Date
Fenny e30d9dad39 🧪 add benchmark to basicauth 2020-10-07 13:51:18 +02:00
Roman 6e72025b6c ♻️ compression: avoid magic numbers in compression level check
Avoid the magic numbers to make it easier to read
2020-10-07 09:56:27 +02:00
Fenny e090f5278a
Merge pull request #888 from Fenny/master
🧨 add public to max age header
2020-10-06 20:18:43 +02:00
Fenny b37789836d 🧪 update cache test 2020-10-06 20:15:21 +02:00
Fenny ad06443a7a 🧨 add public to max age header 2020-10-06 20:10:03 +02: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 b6e8e7cca8
Merge pull request #885 from Fenny/master
📦 prepare v2.0.6
2020-10-05 21:54:02 +02:00
Fenny 251a2e46e2 ⚠ add warning message 2020-10-05 20:06:36 +02:00
Roman 5a3edb9011 🔥add the option to set a custom Cache-Control value for a favicon response
Right now, each favicon response sets the `Cache-Control` header to
`public, max-age=31536000` (1 year). In some cases this could be a
little bit high if you are changing it etc. and the header is not
replaced by a reverse proxy.

With this change, the favicon middleware allows the configuration of the
`Cache-Control` header. The default behavior is to keep the setting of
`max-age=31536000 `, but you could fine-tune it.
2020-10-05 08:35:29 +02:00
Konstantinos Lypitkas 9df61e925c Increase coverage in cache middleware 2020-10-04 10:41:54 +03:00
hi019 1fe6d3b25d Use default values for cookie fields 2020-10-03 10:52:06 -04:00
hi019 4898778e28 🐛 Move cookie expires outside of if 2020-10-03 10:50:29 -04:00
hi019 867f2fc0a8 🐛 Fix passing partial cookie to csrf.New 2020-10-03 10:41:14 -04:00
Fenny 81208a6d6a 📦fix tests
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:49:49 +02:00
Fenny 2321582d6a 📦 add cache-control option
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:38:37 +02:00
Fenny 55960e86c3 📦 add cache-control option
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:37:34 +02:00
Fenny 7bb6081371 📦 fix race condition in cache mw
Co-Authored-By: Konstantinos Lypitkas <3259834+klipitkas@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-10-01 16:53:27 +02:00
Konstantinos Lypitkas 9a650b8d2a Fix issue with expiration, increase coverage 2020-10-01 00:21:30 +03:00
Konstantinos Lypitkas 616a821cb6 Fix spelling and grammatical errors 2020-10-01 00:20:49 +03:00
Konstantinos Lypitkas f921efe05a Add basic test for cache middleware 2020-09-30 23:34:31 +03:00
Konstantinos Lypitkas a430c5aa77 Fix magic number on cache middleware 2020-09-30 23:34:18 +03:00
Fenny 939a65c9d7
Merge pull request #860 from Fenny/master
🍪 add max-age to cookie
2020-09-30 21:45:07 +02:00
Juan Camilo Varela López dfc141660d
fix name prop in doc
the prop Generetor doesn't exists, is Generator
2020-09-30 13:42:02 -05:00
Fenny 4ed6fff7b3 🍪 fix typo 2020-09-30 15:55:21 +02:00
Fenny ba3d08ef6d 🍪 csrf default to Strict if left empty in config 2020-09-30 15:55:01 +02:00
Fenny fcfb063f0b ✏ remove arrow
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 21:41:47 +02:00
Fenny 62b59c9a9e 🔐 fix gosec
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 20:41:47 +02:00
Fenny ea129d02ab 🎨 add colors to default format
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 20:40:10 +02:00
Fenny 9856573d41 🩹 update monitor test case 2020-09-29 17:46:53 +02:00
Fenny cd95d4fc95 📈 add warning to monitor 2020-09-29 17:44:28 +02:00
Fenny f23d63341e 📈 fix open connections 2020-09-29 15:52:11 +02:00
Fenny 969d983fa2 Merge remote-tracking branch 'upstream/master' 2020-09-29 15:43:04 +02:00
Fenny 2f202af06d 🩹 fix error handling in logger 2020-09-29 15:13:52 +02:00
Fenny 787796f78a 🩹 fix error handling in logger 2020-09-29 15:13:10 +02:00
kiyon af1a143b35 🩹 fix data race 2020-09-29 14:23:36 +08:00
kiyon cc961b0683 👷 add monitor middleware test cases 2020-09-29 13:16:26 +08:00
Fenny 652844c10b
Merge pull request #851 from Fenny/master
🕐 fix timeout
2020-09-29 04:36:58 +02:00
Fenny 01dcc81e7c 🕐 fix timeout 2020-09-29 04:36:38 +02:00
Fenny 05a062b0a4
Merge pull request #850 from Fenny/master
🕕 update timeout
2020-09-29 04:31:30 +02:00
Fenny 349da6fd1a 🕕 update timeout 2020-09-29 04:31:11 +02:00
Fenny d3e53e90f0
Merge pull request #849 from Fenny/master
📈 fix response time
2020-09-29 04:03:38 +02:00
Fenny cf103b0e1e 📈 fix response time 2020-09-29 04:03:13 +02:00
Fenny b23487ab3f
Merge pull request #848 from Fenny/master
📈 fix ram chart
2020-09-29 03:19:20 +02:00
Fenny 9ec0cb524b 📈 fix ram chart 2020-09-29 03:18:58 +02:00
Fenny 94b9991a7b
Merge pull request #847 from Fenny/master
📈 add OS metadata
2020-09-29 03:14:05 +02:00
Fenny bd30fc7e9f 📈 add OS data 2020-09-29 03:11:39 +02:00
Fenny db535558b8 🧹 only accept GET 2020-09-29 02:41:00 +02:00
Fenny 202d16ab93
Update README.md 2020-09-29 02:38:38 +02:00
Fenny 759cc11d1b
Update README.md 2020-09-29 02:38:24 +02:00
Fenny 88c068a73b
Update README.md 2020-09-29 02:36:15 +02:00
Fenny cef9b362ec
Update README.md 2020-09-29 02:35:41 +02:00
Fenny c85ff49925 🧹 update monitor 2020-09-29 02:31:32 +02:00
Fenny 8852f33374 🧹 fix test 2020-09-29 01:33:52 +02:00
Fenny 2718b8996f 🧹 remove sleep 2020-09-29 01:29:43 +02:00
Fenny a25eca4c89 📈 update monitor 2020-09-29 01:28:43 +02:00
József Sallai 8b8dcd4e61
✏️ make monitor mw ui labels more descriptive 2020-09-29 01:05:45 +03:00
József Sallai 62881d84b8 add monitor middleware frontend 2020-09-29 00:46:55 +03:00
Fenny 74b171b1f8 Merge remote-tracking branch 'upstream/master' 2020-09-28 14:50:03 +02:00
Fenny 1c0f630d51 Merge remote-tracking branch 'upstream/master' 2020-09-28 14:48:23 +02:00
Fenny 955d444c2f
Merge pull request #841 from kiyonlin/feature-expvar-mw
🆕  add expvar middleware
2020-09-28 14:47:51 +02:00
Fenny 8f0d385afe 📦 monitor 2020-09-28 14:47:17 +02:00
kiyon e6a14a879a 📚 fix typo 2020-09-28 13:12:54 +08:00
kiyon c30c98a537 🎨 improve README 2020-09-28 13:06:42 +08:00
kiyon 6e40c15149 🆕 add expvar middleware
It's wrapper of fasthttp/expvarhandler
2020-09-28 12:59:49 +08:00
Fenny 052966e5dc ✏ update license 2020-09-28 00:46:18 +02:00
Fenny 6cac2faa9a 🚮 remove test 2020-09-28 00:42:53 +02:00
Fenny 0e21234f5e 📦 vendor gopsutil 2020-09-27 22:56:31 +02:00
Fenny aff2697756 📈 introduce monitor 2020-09-27 21:43:59 +02:00
Fenny a5df891141 🚮 remove adaptor 2020-09-27 18:24:58 +02:00
Fenny 4662dd8219 🩹 fix proxy middleware 2020-09-27 18:24:05 +02:00
Fenny a24e33be80 📦 ship adaptor 2020-09-27 14:38:30 +02:00
Fenny 6395e1933c ⚠ add disclaimer to fs 2020-09-27 13:14:00 +02:00
Fenny 8dcadaaa15 Merge remote-tracking branch 'upstream/master' 2020-09-27 13:12:11 +02:00
Fenny eaf32fa4da ⚠ add warning to FileSystem 2020-09-27 13:11:51 +02:00
Fenny 4eaf65d483
Merge pull request #833 from Fenny/master
🛠 correct util method names
2020-09-27 12:27:00 +02:00
Fenny d6f717148a 🛠 correct convert naming 2020-09-27 12:22:17 +02:00
Fenny fbf03afa43
Merge pull request #829 from Fenny/master
📦 introduce cache mw
2020-09-26 11:22:58 +02:00
Fenny ecdff7b22c 📦 introduce cache mw
Co-Authored-By: Tom <tom@tdpain.net>
2020-09-26 11:14:25 +02:00
Fenny 2ec4f7d0da 📦 introduce cache mw
Co-Authored-By: Tom <tom@tdpain.net>
2020-09-26 11:13:11 +02:00
Fenny 095b720ffb
✏ fix fmt 2020-09-25 00:57:03 +02:00
Fenny d758dc7b9d
Update README.md 2020-09-25 00:56:45 +02:00
Fenny 13da37d81d
Merge pull request #826 from Fenny/master
✏ update examples
2020-09-25 00:56:14 +02:00
Fenny 6f35e84145 ✏ update example 2020-09-25 00:52:11 +02:00
Fenny 446e7d595e ✏ format examples 2020-09-25 00:44:46 +02:00
Fenny 9d10f0e5b6 📦 set csrf same-site to strict 2020-09-25 00:42:51 +02:00
Fenny 0078bf5b01 📦 cache mw 2020-09-24 23:15:16 +02:00
Fenny 06abdef01d
Merge pull request #819 from Fenny/master
🩹 ignore trailing slash with static directories
2020-09-24 21:20:21 +02:00
Fenny b94f238b83 🍪 default cookie name 2020-09-24 21:12:52 +02:00
Fenny c2554d7969 🍪 allow SameSite option 2020-09-24 21:08:10 +02:00
Ari V c407e38fbf
Update README.md
fix: Updated line 32 `AllowHeader` to `AllowHeaders` as it appears to be a typo.
2020-09-23 23:21:23 +10:00
Fenny c6c56de296
Merge pull request #815 from itsparser/patch-1
🎨 : Updated navigation for the examples
2020-09-19 09:19:59 +02:00
Fenny cb7f084615
Merge pull request #812 from ReneWerner87/improveErrorHandling
☠️ Improve error handling flow
2020-09-19 09:19:31 +02:00
Vasanth Kumar 0f85d566a0
🎨 : Updated navigation for the examples 2020-09-19 09:53:30 +05:30
ReneWerner87 c822a17c72 ☠️ Improve error handling flow
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
2020-09-18 20:44:00 +02:00
kiyon 616ff8f532 👷 remove unnecessary fiber app config 2020-09-17 13:41:06 +08:00
kiyon b007a87e4a 👷 add logger test cases 2020-09-17 13:34:23 +08:00
kiyon 30783dd25d 👷 add filesystem test cases 2020-09-17 12:56:11 +08:00
Fenny b31f6b2ba4 ✏ better readability 2020-09-16 22:16:41 +02:00
Fenny d0c541ee2b 📘 add pkger example 2020-09-16 15:38:11 +02:00
Fenny ebe107d54f 📘 add csrf readme 2020-09-16 15:36:33 +02:00
Fenny 5421781b4d 🦺 remove invalid file
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-16 12:53:43 +02:00
Fenny 2985b3b004 Merge remote-tracking branch 'upstream/master' 2020-09-16 12:52:16 +02:00
Fenny c993d8db2e 🩹 csrf expires should be time.Duration
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-09-16 12:48:29 +02:00
Fenny c8bb389ba6 🎈 fix csrf expiration type 2020-09-16 12:47:29 +02:00
Fenny 643a88fd85 Merge branch 'fix-logger' of https://github.com/kiyonlin/fiber into kiyonlin-fix-logger 2020-09-16 12:41:30 +02:00
kiyon 531d06094f 👷 add compress different level test case 2020-09-16 16:50:13 +08:00
kiyon fc38f5d380 👷 add cors empty config test case 2020-09-16 16:03:19 +08:00
kiyon db10fd233e 👷 set cors's default values 2020-09-16 15:45:59 +08:00
kiyon d9d0118881 👷 increase Test_Compress_Brotli request timeout 2020-09-16 15:22:04 +08:00
kiyon 0ad36c7526 👷 improve csrf mw test cases
Co-authored-by: Rene rene@gofiber.io
2020-09-16 15:17:17 +08:00
kiyon 0088a6900a 🍱 improve logger performance 2020-09-16 14:07:40 +08:00
kiyon f62391ef71 🍱 fix bytes send bug 2020-09-16 13:21:43 +08:00
kiyon 3cedf2dc3e 👷 improve csrf mw test cases 2020-09-16 11:15:10 +08:00
kiyon 4f808a0aa4 👷 improve cors mw test cases 2020-09-16 10:11:48 +08:00
kiyon 3ab65a3dbf 👷 improve compress mw test cases 2020-09-16 09:48:59 +08:00
kiyon e13411e184 👷 improve mw test cases
add Next test case
2020-09-16 09:44:05 +08:00
Fenny 9eba12c334
Merge pull request #789 from Fenny/master
🩹 fix limiter racce condition
2020-09-15 20:57:16 +02:00
Fenny a06d072e43 🧹 remove comment 2020-09-15 20:55:44 +02:00
Fenny 2bf748c91a 🍌 use uint64 instead 2020-09-15 20:53:29 +02:00
Fenny 9bc4f6298d 🧪 update limiter test case 2020-09-15 20:43:22 +02:00
Fenny 9fa54e4d69 🩹 fix limiter racce condition 2020-09-15 20:39:39 +02:00
Fenny f5c7092c17
Merge pull request #787 from Fenny/master
📦 fix limiter
2020-09-15 20:32:37 +02:00
Fenny d908716132 📦 fix limiter 2020-09-15 20:28:15 +02:00
kiyon d2727f1fe8 👷 improve pprof test cases 2020-09-15 09:51:05 +08:00
Stephan Deumier 58d657cb0a
Update filesystem.go 2020-09-14 16:12:46 +02:00
Fenny 7576f806c9 📖 update readme 2020-09-14 14:21:13 +02:00
Fenny 1a3bd53e1c 🔨 fix proxy test 2020-09-14 12:34:31 +02:00
Fenny 2768ea2a77 🙌 make utils public
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02:00
Fenny 6683daa5da 🏃‍♂️ move utils to internal
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 09:30:34 +02:00
Fenny a3cac71ae8 🔦 move utils to internal 2020-09-14 09:09:06 +02:00
Fenny b8cb100e28 v2 2020-09-14 05:47:17 +02:00
Fenny ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
marigonzes ba67152cea
Update LoggerConfig documentation
- Update the default values, as they have changed
- Update a comment regarding the update of date/time
2020-09-01 19:55:55 +01:00
Fenny 37158a1e15 ♥ fix typo 2020-08-24 10:56:14 +02:00
Fenny f3359f439a 📦 bump dependencies 2020-08-24 10:35:12 +02:00
Larry Lv d18689558e
🧹 Pre-initialize all compress handlers 2020-07-31 22:38:55 -07:00
kiyon 76c67ca05a 🚀 use atomic.Value instead of sync.Mutex
To improve the performance and precision
2020-07-29 14:42:17 +08:00
Fenny 9f05f79c2f 🔍 Update test case 2020-07-23 06:12:22 +02:00
Fenny ff2e918b95 Replace fatal with panic 2020-07-23 06:09:09 +02:00
Fenny c22e7890dd Merge branch 'master' of https://github.com/Fenny/fiber 2020-07-23 06:07:59 +02:00
Fenny 6fa6944631 📄 Add function comment 2020-07-23 06:07:50 +02:00
fenny 9fc96024fa
Merge branch 'master' into master 2020-07-23 06:06:54 +02:00
Fenny 0e7b9dacb1 🧬 Update filesystem readme 2020-07-23 06:06:12 +02:00
kiyon 43dd0c3b5d 🥅 use panic instead of log.Fatal 2020-07-22 10:50:02 +08:00
Fenny 939826881d ⏲ Optimize time zone support
Co-Authored-By: KallyDev <kallydev@gmail.com>
2020-07-21 17:47:51 +02:00
kallydev 8eaab1db86
🩹 Fix logger lacks default value of time zone 2020-07-21 16:28:45 +08:00
kallydev 1fa775fa29
📚 Update documentation related to logger time zone 2020-07-21 14:55:00 +08:00
kallydev 2628346da8
🚨 Add test cases related to logger time zone 2020-07-21 14:55:00 +08:00
kallydev 5e6170de48
🩹 Fix logger incorrectly parse the time zone in options 2020-07-21 14:54:50 +08:00
kallydev a097820313
🔥 Add logger middleware time zone support 2020-07-21 13:07:15 +08:00
Fenny 890d9be23f 🎨 Fix colors for Windows 2020-07-19 13:18:52 +02:00
Fenny 7049137c21 🧪 Update logger test 2020-07-15 14:36:27 +02:00
Fenny e5d76fa9d8 🧪 Update logger test 2020-07-15 14:20:58 +02:00
Fenny 3594f2ac79 🧪 Update logger test 2020-07-15 14:16:30 +02:00
Fenny feadd16fc6 🎨 Format logger colors 2020-07-14 18:04:35 +02:00
Fenny 290a2978c0 🐛 Fix reset color in Logger 2020-07-14 17:06:00 +02:00
fenny f50db73162
🖌 Add coloration in logger middleware
🖌 Add coloration in logger middleware
2020-07-14 10:59:58 -04:00
kiyon e86c123e6f 🍤 improve request_id test coverage 2020-07-14 15:21:47 +08:00
yuil 81b121727a 🖌Configure color in logger format
Now, color can be configured in logger format as "${red}" and so on.
2020-07-12 02:16:11 +05:45
yuil 832f11f5c5 🖌Change coloration for success status code blue
Before it was green and not matching to Fiber's theme.😂
2020-07-12 00:37:24 +05:45
yuil 477a0bd784 Fix linting for 🖌 logger coloration 2020-07-12 00:20:11 +05:45
yuil 075a740217 🖌Color logger method and status
Coloration for response status code:
200 - 299 : green
300 - 399 : white
400 - 499 : yellow
500 - rest : red

Method coloration:
GET : blue
POST : cyan
PUT : yellow
DELETE : red
PATCH : green
HEAD : magenta
OPTIONS : white
DEFAULT : reset
2020-07-12 00:09:46 +05:45
Fenny be63e46eb2 ✔️ Adjust test cases 2020-07-08 21:13:03 +02:00
kiyon 8e5cc731f0 📝 improve request_id mw test covered 2020-07-07 17:00:56 +08:00
kiyon 9849728135 📝 improve logger mw test covered 2020-07-07 17:00:51 +08:00
kiyon 1594e2e8f2 📝 improve favicon mw test covered 2020-07-07 17:00:35 +08:00
kiyon 76480a4deb 📝 improve compress mw test covered 2020-07-07 17:00:21 +08:00
Fenny bab08d021b 🧬 Update description 2020-07-06 18:01:34 +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 9d02c9dc80 Correct deprecation version
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-04 09:09:31 +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 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 e702a862cd Fix timeout panic
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-07-03 14:58:32 +02:00
Fenny c134e1580c Update logger.md 2020-07-02 13:01:12 +02:00
Fenny a5b8955990 Update logger.md 2020-07-02 12:57:59 +02:00
Fenny babfe1567a Update logger.md 2020-07-02 12:17:37 +02:00
Fenny 49c295313c Update examples 2020-07-02 12:16:12 +02:00
Fenny 67fc45abd8 Update mw test 2020-07-02 11:58:28 +02:00
Fenny c62f4e0ef8 Update internal middleware 2020-07-02 11:56:07 +02:00
Fenny 41b2b2c4d5 Add middleware readme 2020-07-02 08:51:35 +02:00
Fenny 1b8e174f47 Update logger 2020-07-02 08:51:27 +02:00
Fenny 24145dd3ef Update compress.md 2020-07-02 07:03:52 +02:00
Fenny dcd682ebb3 Update README.md 2020-07-02 07:03:48 +02:00
Fenny 2bf59ecadb Create README.md 2020-07-02 07:00:54 +02:00
Fenny 14b6f732b8 Update filesystem.go 2020-07-02 06:37:12 +02:00
Fenny 591d660067 Update filesystem.go 2020-07-02 06:36:58 +02:00
Fenny 0a8af3886c Update filesystem.go 2020-07-02 06:35:48 +02:00
Fenny d8fffe675a Add FileSystem middleware 2020-07-02 06:31:06 +02:00
kiyon a39cba1a1c fix wrong word 2020-07-02 07:51:23 +08:00
kiyon f03b4380c8 Merge branch 'master' of https://github.com/gofiber/fiber 2020-07-02 07:50:50 +08:00
kiyon 566db0ae96 Set logger config default values 2020-07-02 07:50:34 +08:00
Fenny 0daee4c8c6 Default to 127.0.0.1 instead of 0.0.0.0 2020-07-01 10:48:52 +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 d7dcf528ca Add mw benchmarks 2020-06-30 00:50:50 +02:00
Vishwa Bhat 9f4d8394e0
Doc: Incorrect Config in Custom Config example
Under Custom Config example `CompressWithConfig(<param>)` , `param` should be `middleware.CompressConfig` instead of `middleware.LoggerConfig`
2020-06-27 09:08:54 +05:30
RW af31de0b34
Update timeout.md
Fix comment
2020-06-21 17:59:15 +02:00
wernerr 48c6b8b02a improve timeout middleware 2020-06-21 17:44:12 +02:00
wernerr cf4e2bbcdd improve timeout middleware 2020-06-21 15:16:41 +02:00
wernerr 58df347197 improve timeout middleware 2020-06-21 14:54:22 +02:00
wernerr 2011769ad8 improve timeout middleware 2020-06-21 14:53:44 +02:00
wernerr 8e14d53265 move the timeout middleware wrapper 2020-06-21 14:46:34 +02:00
Fenny 2b722aa31a Add Favicon middleware 2020-06-08 05:48:40 +02:00
Fenny 1174b9f98e Update middleware docs 2020-06-08 03:52:09 +02:00
Fenny fbea5211d0 goreportcard fix 2020-06-08 02:55:19 +02:00
Fenny b4244de892 Update test 2020-06-07 22:17:10 +02:00
Fenny 6374c711e7 Merge remote-tracking branch 'upstream/master' 2020-06-07 20:28:36 +02:00
wernerr ee3b44f9d1 repair some tests and add new tests for logger and server error handler 2020-06-07 14:43:25 +02:00
Fenny 261fe40e4f Update request_id.md 2020-06-07 10:15:30 +02:00
Fenny f48be5cadb Update request_id.md 2020-06-07 10:14:56 +02:00
Fenny 22555c0806 Update 2020-06-07 10:13:50 +02:00
Fenny 15b0630ede Add readmes 2020-06-07 10:13:40 +02:00
Fenny f0a9846bf0 Update error handler 2020-06-06 20:42:08 +02:00
Fenny 3c8a44e3de 🧬 Add internal middleware 2020-06-06 07:27:26 +02:00
Fenny 0f890b6f9d 🔎 Add more test coverage 2020-06-06 07:27:01 +02:00
Fenny f40d786caa v1.8.4
- Remove middleware folder
- Extend travis testing
2020-03-22 01:51:53 +01:00
Fenny ac91173fac Deprecated issues/225 2020-03-16 22:28:38 +01:00
Fenny 558fcd2f30 v1.8.3 2020-03-14 12:30:21 +01:00
Fenny 21590dffe9 v1.8.2 2020-03-04 12:30:29 +01:00
Fenny edf0c7aec8 Update readme's 2020-03-01 08:44:10 +01:00
Fenny 9a08ee8458 Fix error checking 2020-03-01 07:31:14 +01:00
Fenny 1757fb3ed2 Fix import 2020-03-01 06:58:09 +01:00
Fenny ca6aa02e7f More middlewares 2020-03-01 06:56:41 +01:00
Fenny 135c0ba12b Compression update 2020-02-28 20:19:31 -05:00
Fenny 8061bb007d v1.8.1 - Middleware + Compression 2020-02-28 06:41:48 +01:00
Fenny 7f55f8d1ad Move middlewares to separate repository 2020-02-07 17:51:34 +01:00
Fenny cfe08a74d3 Edit docs 2020-02-05 12:15:11 +01:00
Fenny 5283fb8f37 Rename / Add middleware 2020-02-05 11:54:10 +01:00
Fenny 6e1fa09bde Add https://fiber.wiki 2020-02-05 00:42:13 +01:00
Fenny c29b4c576f . 2020-02-04 13:55:18 +01:00
Fenny afeaecd044 Update fasthttp v1.9.0 2020-02-04 13:53:46 +01:00
Fenny 5881d18c51 Update middlewares 2020-02-03 13:55:37 +01:00
Vic Shóstak 342b34b80b Fix typo for functions in Docs, Improve middleware/cors.go 2020-02-02 12:30:59 +03:00
Vic Shóstak 18e7fcfc35 Huge refactoring, Add dummy CORS middleware 2020-02-01 19:42:40 +03:00
Fenny e6d60ebaaf Update to gofiber 2020-01-16 05:58:23 +01:00
Fenny 9b6630cc9e v0.6.9 2020-01-16 00:24:58 +01:00
Fenny 8d790b5cf0 v0.6.2 2020-01-15 03:07:49 +01:00