1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 00:13:12 +00:00

25 Commits

Author SHA1 Message Date
ReneWerner87
df3c48a734 🌵hybrid routing with tree and fast router 2020-08-10 10:51:38 +02:00
kiyon
1ee7f62c35 ✈️ improve isNoCache a little bit 2020-07-28 12:03:52 +08:00
kiyon
5c502ed21c 👍 improve utils test coverage 2020-07-15 10:21:36 +08:00
kiyon
d406e2c507 🍤 improve utils test coverage 2020-07-14 15:24:42 +08:00
Fenny
552746282d 🧹 Remove old comments 2020-07-10 14:02:42 +02:00
Fenny
1d4478bf00 🧹🧹 Cleanup 2020-07-02 13:51:10 +02:00
ReneWerner87
0a4f58f879 🚀 Added possibility to work with urlencoded special characters in the route 2020-06-25 15:51:08 +02:00
wernerr
e674d679df move path matching and registration in separate file "path.go" 2020-06-14 12:37:09 +02:00
wernerr
f816c6706f add support for -. chars in the route 2020-06-14 12:06:14 +02:00
wernerr
0a615653cb add support for -. chars in the route 2020-06-13 18:18:25 +02:00
wernerr
497c76820c add support for -. chars in the route 2020-06-13 17:07:53 +02:00
wernerr
91a5185307 add support for -. chars in the route 2020-06-13 16:54:38 +02:00
wernerr
5295a140b0 add support for -_. chars in the route 2020-06-13 16:51:40 +02:00
wernerr
3e6261b7c4 add support for -_. chars in the route 2020-06-12 16:06:12 +02:00
wernerr
f4292c9030 add support for -_. chars in the route 2020-06-12 13:29:16 +02:00
Fenny
fbea5211d0 goreportcard fix 2020-06-08 02:55:19 +02:00
fenny
e8b8fdfb35
Add Handler type (#410)
* Add new supporter
* Add new test condition
* Add Handler Type
2020-05-24 16:02:21 +02:00
Fenny
5c8ff3fbde Add ETag test
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:30:28 +02:00
Fenny
a6adc3a299 Add t.Parallel() to tests 2020-05-16 05:12:29 +02:00
Fenny
e0b13d9ca4
Update test & benchmark (#374)
Co-Authored-By: RW <renewerner87@googlemail.com>

* Add nosec for WriteByte

* test persistens for benchmark results

* Add tests & benchmark

* Update app_test.go

* Update benchmark.yml
2020-05-13 20:21:49 +02:00
Fenny
16ac0e5ef1
Add benchmark charts 2020-05-13 00:54:24 +02:00
Fenny
47bd9f572d
Add benchmark charts (#366)
* Initial Commit

* Create data.js

* add Benchmark (go) benchmark result for 991344f0329336ee320fb17c7b8f9ee2af9eaaae

* add Benchmark (go) benchmark result for a08dbd5c5bb1e621deb8e7deb621d846f3473913

Co-authored-by: github-action-benchmark <github@users.noreply.github.com>
2020-05-13 00:52:06 +02:00
Fenny
e719fa00bf
Use param support + optimizations (#361)
* Benchmark workflow

* Update router.go

* Clean root

* Add mutex

* Benchmark workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Benchmark Workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Update security workflow

* Benchmark workflow
* Add mutex
* Enable benchmark tests
* Enable race testing

Co-Authored-By: ReneWerner87 <renewerner87@users.noreply.github.com>

* Make Ctx pool accessible

- Add ctx benchmarks

* v1.9.6

* v1.9.6

Co-Authored-By: ReneWerner87 <renewerner87@googlemail.com>

* Improve context functions

* Add utils benchmarks

* Update benchmarks & tests

* Add utils tests

* New tests

* update test

* Move fastpath tests

* offer negotiation

* Cleanup

* Update Vary

Co-Authored-By: RW <renewerner87@googlemail.com>

* Optimize Append

Co-Authored-By: RW <renewerner87@googlemail.com>

* Optimize more methods

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Add param support to Use

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Add use_params tests

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* v1.9.7

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* Tests

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>

* v1.9.7

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>
Co-Authored-By: József Sallai <jozsef@sallai.me>
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Update app_test.go

Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: Vic Shóstak <vikkyshostak@gmail.com>
Co-Authored-By: József Sallai <jozsef@sallai.me>
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-Authored-By: Nifty255 <nifty255@users.noreply.github.com>

* Rename argument

Co-Authored-By: RW <renewerner87@googlemail.com>

* Add nosec for WriteByte

Co-Authored-By: RW <renewerner87@googlemail.com>

* Add media article

* Update media articles

* Fix typo

Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>

* Fix typo

Co-authored-by: ReneWerner87 <renewerner87@users.noreply.github.com>
Co-authored-by: ReneWerner87 <renewerner87@googlemail.com>
Co-authored-by: Vic Shóstak <vikkyshostak@gmail.com>
Co-authored-by: József Sallai <jozsef@sallai.me>
Co-authored-by: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
Co-authored-by: Nifty255 <nifty255@users.noreply.github.com>
2020-05-12 19:24:04 +02:00
Fenny
526e131d65 Fix travis err 2020-02-12 04:07:59 +01:00
Fenny
1e7df547ba Clean up repository 2020-02-10 01:24:59 +01:00