Commit Graph

466 Commits (export-buildtree)

Author SHA1 Message Date
Jose Garcia 587f3ae9df
Support for sub fiber's error handlers (#1560)
- Mounted fiber and its sub apps error handlers are now saved a new
  errorHandlers map in App
- New public App.ErrorHandler method that wraps the logic for which
  error handler to user on any given context
- Error handler match logic based on request path <=> prefix accuracy
- Typo fixes
- Tests
2021-10-05 14:03:20 +02:00
RW 0ad677e8e5
prepare release 2.19.0
prepare release 2.19.0
2021-09-21 08:22:52 +02:00
RW 1e04df035a
prepare version 2.18.1
prepare version 2.18.1
2021-09-21 08:18:22 +02:00
Rupesh Harode 9dd39c0e55
🩹 Fix: corrects ipv6 loopback ip shown on UI (#1517)
Author:    Rupesh Harode <rupeshharode@gmail.com>

Co-authored-by: Rupesh Harode <rupesh.harode@dailyrounds.org>
2021-09-03 14:23:03 +02:00
RW 12befe9440
prepare release 2.18.0 2021-08-26 07:20:25 +02:00
Pranay 670170f7c5
📝 Update: Add JSONDecoder to config (#1489)
* 📝 Update: Add JSONDecoder to config
2021-08-18 14:26:07 +02:00
RW 385c94adcd
prepare release 2.17.0
prepare release 2.17.0
2021-08-12 08:20:49 +02:00
Paul Cento 15987a2677
♻️ Refactor: remove use of deprecated functions (#1474) 2021-08-06 07:56:36 +02:00
RW 5636441fe5
prepare release 2.16.0
prepare release 2.16.0
2021-07-30 20:40:44 +02:00
Kazumasa Takenaka (Bamboo) f5338266e3
fix typo (#1442)
paramters -> parameters
avilable  -> available
seperated -> separated
2021-07-17 17:20:14 +02:00
RW 005471d7ca
prepare release 2.15.0 2021-07-16 08:45:10 +02:00
Sujit Baniya 8ab5c657c6
🔥 FEATURE: Allow adding App Name to customizing the startup message (#1418)
* Add Global Layout for view render

* Add test case for Views Layout

* Update ctx_test.go

* Add App Name function to pass custom app name

* Remove json tag for function

* Change func to string

* Add test for AppName

Co-authored-by: RW <rene@gofiber.io>
2021-07-16 08:44:11 +02:00
Troy 08b2b71197
Add support for streaming the request body. (#1423)
* update fasthttp

* allow req body streaming

* multipart form streaming

* update fasthttp

* allow req body streaming

* multipart form streaming

* Testing
2021-07-11 11:45:46 +02:00
RW ff57431cde
prepare release 2.14.0 2021-07-01 14:10:54 +02:00
Oleg Roshnivskyy 5ba78cd24a
🔥 Feature: Add TrustedProxies feature (#1397)
* 🔥 Feature: Add TrustedProxies feature

Add TrustedProxies feature to prevent HTTP header spoofing.

* Update ctx.go

* Update app.go

* Update app.go

Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
2021-06-30 08:03:45 +02:00
RW 1def652e57
prepare release 2.13.0
prepare release 2.13.0
2021-06-16 19:57:55 +02:00
Sujit Baniya cb5f2f7eab
🔥 Add Global ViewLayout (#1384)
* Add Global Layout for view render

* Add test case for Views Layout

* Update ctx_test.go
2021-06-14 11:10:49 +02:00
RW 3698ed6ddd
prepare release 2.12.0 2021-06-06 09:51:58 +02:00
RW b14224e5e4
Prepare release 2.11.0 2021-06-02 08:08:35 +02:00
RW 67adaeadec
prepare release v2.10.0
prepare release v2.10.0
2021-05-19 08:49:35 +02:00
kiyon 428e2bd8f4
Merge pull request #1316 from diegocsandrim/fix-app-test-parallel
Fix app test parallel
2021-05-07 08:27:16 +08:00
RW 24b5370b93
prepare release 2.9.0
prepare release 2.9.0
2021-05-06 11:18:49 +02:00
Diego Sandrim 0dc67e80d2 Moves .getBytes and .getString from package variable to App instance variable, avoiding data race when creating a new App. 2021-05-05 17:24:26 -03:00
bestgopher 056c6808af
Use atomic instead of mutex when counting the route handler. (#1314)
* use atomic instead of mutex when counting

* 📒 router: fix typo error
2021-05-05 17:53:54 +02:00
Dario Leittersdorf a28afaae75
🩹Fix: Startup message doesn't show correct amount of Handlers after mounting (#1302)
* fix: pass handlerCount when mounting to an App

* test: check for correct handlerCount after mounting an instance

* fix: pass handlerCount when mounting to a Group

* test: check for correct handlerCount after mounting to a Group

Co-authored-by: dleitter <dario.leittersdorf@bonprix.net>
2021-05-04 09:21:04 +02:00
RW a48cb806f3
Update app.go
bump fiber version for the release
2021-04-20 08:42:40 +02:00
RW cfa07b7499
Update app.go 2021-03-29 09:43:40 +02:00
RW 8611c3e3ea
Prepare release 2.6.1 2021-03-28 15:10:37 +02:00
RW 12cefa2f31
Prepare release
- bump version
2021-03-13 12:49:51 +01:00
kiyon 4e54d4818c
Merge pull request #1211 from kiyonlin/json
🔃 Use internal json package as the default json encoder
2021-03-10 08:42:51 +08:00
Kiyon 704b306809 🔃 Use internal json package as the default json encoder 2021-03-10 08:35:27 +08:00
gregchalmers 0da74f62f3 bound made msg clearer 2021-03-09 02:46:28 -08:00
gregchalmers f25c667a8a refactor for repeated code 2021-03-09 00:35:51 -08:00
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
Kiyon b46185e1b0 👷 Fix hardcode tls to startupMessage in app.Listener 2021-02-23 16:40:17 +08:00
Kiyon 47f75cdb52 📦 bump v2.5.0 2021-02-08 16:10:13 +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
Kiyon a53acc2a6d 📦 bump v2.4.1 2021-02-02 09:43:53 +08:00
Joey 267fd5ec59
Merge pull request #1121 from yquansah/yq-override-json
feat: add definition for overridable json engine
2021-01-31 07:56:41 +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
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
ReneWerner87 42755c30e6 Accelerate start process for many routes #1081 2021-01-24 13:02:21 +01:00
Martin Lukasik 3a132d0b98 add Next function to app.Static config 2021-01-22 23:07:22 +01:00
Yoofi Quansah 2267f0f76f 🚀 feat: add custom definition for a json executor 2021-01-19 20:25:44 -08:00
Joey 3762a8520e
📦 bump v2.3.4 2021-01-15 12:09:38 +01:00
ReneWerner87 2da673b523 UnescapePath not working #1102
- increase version
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-11 10:16:48 +01:00
ReneWerner87 50a269da08 🐛 UnescapePath not working #1102
Co-authored-by: Fenny <fenny@gofiber.io>
2021-01-06 13:28:48 +01:00
Kiyon 3625f81f07 📦 bump v2.3.2 2020-12-28 13:22:55 +08:00
Joey c8709afcb3
📦 bump v2.3.1 2020-12-28 02:49:02 +01:00
Fenny 3b956ef3a8 ✏ fix typo
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 03:03:15 +01:00
Fenny 769645ac53 ✏ prefix tls: in errors
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:54:57 +01:00
Fenny f6569040f0 🔐 update minimal TLS version
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:50:54 +01:00
Fenny 23a0f56403 ✏ add comments
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:47:48 +01:00
Fenny fac3b42140 📦 v2.3.0
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:45:34 +01:00
Fenny 074e1f9c9c 📦 introduce ListenTLS
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-16 02:40:28 +01:00
Fenny 2b5c0a05bb 📦 bump fiber 2.2.5
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-12-11 00:52:35 +01:00
Fenny 65598c2831 📦 hotfix v2.2.4 2020-12-03 11:58:30 +01:00
Fenny c22107e2cc 📦 bump v2.2.3 2020-12-03 11:15:15 +01:00
Kiyon d6d831e2b1 👷 fix lint 2020-11-30 13:49:13 +08:00
Fenny d56ca11be8 🩹 fix empty CookieName in session
See https://github.com/gofiber/fiber/issues/1040
2020-11-27 16:36:22 +01:00
Fenny 2fb18b4dc5 ✏ add process information 2020-11-26 22:51:43 +01:00
Fenny 92eb9f5d39 📦 update version 2020-11-24 16:59:10 +01:00
Fenny a98fb7a5f8 🩹 allow to disable BodySize
Co-Authored-By: Kirill Danshin <9026581+kirillDanshin@users.noreply.github.com>
2020-11-18 08:57:27 +01:00
Fenny 0d5519fc09 expose CacheDuration in Static 2020-11-11 14:18:19 +01:00
Fenny d8eb5a5c25 📦 bump v2.2.0 2020-11-11 13:55:11 +01:00
Fenny 0483406a12 📦 bump v2.1.4 2020-11-06 02:31:14 +01:00
Fenny 0d3d6d9fe8 📦 update fasthttp and storage interface 2020-11-06 01:52:05 +01:00
Fenny a6ecae5a38 📦 bump v2.1.3 2020-11-03 09:18:27 +01:00
Fenny 7892ab62bf 📦 update Storage behaviour 2020-10-31 07:51:44 +01:00
Fenny 8459618bfa ✏ update Storage behaviour 2020-10-31 06:36:02 +01:00
Fenny ba08653c92 📦 bump v2.1.2 2020-10-26 07:15:29 +01:00
Tom 4868e4dd50
📦 Add Storage interface 2020-10-26 00:10:35 +00:00
Szymon Bielenica 56283b8afd 🎨 Adjust multiple comments to comply with the linter 2020-10-25 12:23:10 +01:00
Fenny 18961cc98b 📦 bump v2.1.1 2020-10-21 23:39:13 +02:00
kiyon a586bec2f9 🔥 Deprecate ETag option and bump version to 2.1.0 2020-10-15 16:53:29 +08:00
Fenny b55a0b3080
Merge pull request #917 from DevDevious/issue_914
Fix for #914
2020-10-11 01:42:30 +02:00
Cosmin Goea ac6daebcda Fix for #914. 2020-10-10 17:02:56 -04:00
Cosmin Goea b9bd7c66c1 Fix for #912. 2020-10-10 16:57:15 -04:00
Tom 35e100db6e
📦 Add child PID display when prefork enabled 2020-10-09 09:40:49 +01:00
Roman 3e6dfb313b 🔥set a `Cache Control` header for static ressources
Right now, each static request returns the file without any cache control
header. If you are using `app.Static` to serve your assets, the
browser shouldn't cache it. This PR introduces a way to set the cache
control header (if the file was found) on the file response to set a
custom max-age to e.g. cache it 1 year.
2020-10-07 15:44:38 +02:00
Roman 6084e7c1f1 🔥 make the fasthttp `ReduceMemoryUsage` flag public
This PR introduces the `ReduceMemoryUsage` flag to the server config
that is pulled to the underlying fasthttp server. The default is false
to keep the old behavior.

The implementation of `ReduceMemoryUsage` is here: 01acd76daf/server.go (L285)

Refs: #866 / https://github.com/gofiber/fiber/issues/866#issuecomment-704818583
2020-10-07 12:33:47 +02:00
Fenny 2d301ed7ce 📦 update version to v2.0.6 2020-10-05 20:05:16 +02:00
kiyon 102d167b9f 👷 handle error of fmt.Fprintf 2020-10-03 23:59:41 +08:00
Fenny 33b7905da6 📦 v2.0.5 2020-10-01 23:29:10 +02:00
Fenny b48864b90b 📦 v2.0.4 2020-09-29 21:48:04 +02:00
Fenny d53cb8bfd6 📦 introduce app.Server 2020-09-27 23:23:28 +02:00
Fenny 753391b217 🧹 remove old code 2020-09-26 11:25:32 +02:00
Fenny e414c4a83e 🗻 able to mount sub-apps 2020-09-26 11:24:25 +02:00
Fenny 872a78042b 📦 v2.0.2 2020-09-19 11:47:43 +02:00
Fenny bacec638ed 📝 format comments 2020-09-17 01:39:42 +02:00
Fenny 221fa325db
Merge pull request #790 from Fenny/master
🎈 bump v2.0.1
2020-09-15 21:09:44 +02:00
Fenny 00b93b086e 🎈 bump v2.0.1 2020-09-15 21:01:34 +02:00
kiyon 27cd8ad9c5 👷 improve app and prefork test cases 2020-09-15 09:02:24 +08: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 a09daabfee move utils to internal 2020-09-14 09:24:48 +02:00
Fenny a3cac71ae8 🔦 move utils to internal 2020-09-14 09:09:06 +02:00
Fenny ca9c8c632f v2
Co-Authored-By: hi019 <65871571+hi019@users.noreply.github.com>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: Roger Guldbrandsen <8797880+kinbiko@users.noreply.github.com>
2020-09-14 08:05:34 +02:00
Fenny 82e30c8db5 v2
Co-Authored-By: hi019 <65871571+hi019@users.noreply.github.com>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: Roger Guldbrandsen <8797880+kinbiko@users.noreply.github.com>
2020-09-14 06:07:34 +02:00
Fenny 569354fb43 v2 2020-09-14 05:22:15 +02:00
Fenny 3d76f078a4 v2 2020-09-14 04:54:26 +02:00
Fenny 79aeb6f795 v2 2020-09-14 04:17:36 +02:00
Fenny b388617532 v2 2020-09-13 12:04:14 +02:00
Fenny 2951c6ac0d v2 2020-09-13 11:39:55 +02:00
Fenny ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
Fenny 612c8491ef update startup message 2020-09-11 20:40:32 +02:00
Fenny 11fdb537d1 🎈 prepare for v1.15.0 2020-09-01 14:31:43 +02:00
Fenny 4085a53d78 📦 bump v1.14.4 2020-08-24 10:57:16 +02: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
Fenny 53a7a6204e
📦 Correct Version 2020-08-16 11:36:25 +02:00
Fenny cec3629ecb ⚙ update server when calling Handler 2020-08-11 00:08:04 +02:00
Fenny 2ce81c1835 ⚙ init server only once 2020-08-11 00:02:00 +02:00
Fenny 5108d2b3b3 ⚙ init only once 2020-08-10 23:56:47 +02:00
Fenny 254bc30596 ⚙ init only once 2020-08-10 23:56:16 +02:00
Fenny 5b2ade2fee v1.13.4 2020-08-10 16:56:03 +02:00
Fenny bd483b784e Merge remote-tracking branch 'upstream/master' 2020-08-10 16:52:14 +02:00
ReneWerner87 2c6d7e00c4 🌵hybrid routing with tree and fast router 2020-08-10 10:54:41 +02:00
ReneWerner87 df3c48a734 🌵hybrid routing with tree and fast router 2020-08-10 10:51:38 +02:00
ReneWerner87 945b61d1c3 🌵hybrid routing with tree and fast router 2020-08-09 21:53:15 +02:00
Fenny 6ca4fe500f Update app.go 2020-08-08 02:48:20 +02:00
Fenny 87127f571a 🧹 Remove deprecated Templates 2020-07-28 04:36:56 +02:00
Fenny 62dc7749e2 Replace route count with handler count
Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: kiyon <kiyonlin@users.noreply.github.com>
2020-07-22 02:06:32 +02:00
ReneWerner87 b34a77bc96 💉 Sync route method metadata
Co-authored-by: Fenny <fenny@gofiber.io>
2020-07-21 23:30:52 +02:00
Fenny 2c71307f8f 📦 Make router stack accessable
Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: kiyon <kiyonlin@users.noreply.github.com>
2020-07-21 22:49:49 +02:00
wernerr 647e08ec00 🚀 compress same route's handler 2020-07-20 19:48:43 +02:00
wernerr b9bdc0d4a8 🚀 compress same route's handler 2020-07-20 19:29:54 +02:00
kiyon 174eb0e33d 🚀 compress same route's handler and sort routes when registering 2020-07-20 21:43:01 +08:00
Fenny f9e6ea8103 🖇 Cleanup router chaining 2020-07-19 13:36:26 +02:00
Fenny ea7429eaf7 Merge remote-tracking branch 'upstream/master' 2020-07-19 13:33:57 +02:00
Fenny 9be99385dd 🎂 Bump v1.13.2 2020-07-19 13:33:37 +02:00
Fenny 5dc77f07d2 Merge remote-tracking branch 'upstream/master' 2020-07-19 13:33:00 +02:00
fenny 5f2c445812
Merge pull request #641 from ReneWerner87/route_chaining
🔗 Allow route method chaining
2020-07-19 13:32:45 +02:00
fenny 500556178a
Merge pull request #642 from Fenny/master
🎨 Fix colors for Windows
2020-07-19 13:20:52 +02:00
Fenny 2e4205d2ac 🐱👤 Bump v1.13.1 2020-07-19 13:20:25 +02:00
ReneWerner87 1b2d3d92c4 🔗Allow route method chaining
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/express-serve-static-core/index.d.ts#L119-L126
2020-07-19 10:04:21 +02:00
Hemanth Krishna b2447605b0 ✏️ Fix typo for app and ctx warnings 2020-07-19 09:00:51 +02:00
Fenny 7f44f5b017 🔍 detect tcp proto by addr 2020-07-19 09:00:51 +02:00
Fenny 4554ea135c 🔍 Auto detect TCP protocol 2020-07-19 09:00:51 +02:00
Fenny 313885cd65 🧹 Handle TCP6 addr in Prefork 2020-07-19 09:00:51 +02:00
Fenny c46e0379e3 🔌 Support TCP6 in Prefork mode 2020-07-19 09:00:51 +02:00
Fenny caf98efddf 📀 Cores should be Threads 2020-07-19 09:00:51 +02:00
Hemanth Krishna f695e21b1e ✏️ Fix typo for app and ctx warnings 2020-07-18 20:19:42 +05:30
Fenny b8ae52c835 🔍 detect tcp proto by addr 2020-07-18 01:19:45 +02:00
Fenny a6b03415aa 🔍 Auto detect TCP protocol 2020-07-18 01:17:52 +02:00
Fenny 2893c13718 🧹 Handle TCP6 addr in Prefork 2020-07-18 01:03:14 +02:00
Fenny 468404efe4 🔌 Support TCP6 in Prefork mode 2020-07-18 00:57:43 +02:00
Fenny 35fdd375cd 📀 Cores should be Threads 2020-07-18 00:47:18 +02:00
fenny a2f2e76c3d
Merge pull request #619 from Fenny/master
🧫 Add TLS tests
2020-07-15 13:10:14 -04:00
Fenny 85987ec0b4 📦 Bump v1.13.0 2020-07-15 18:58:39 +02:00
fenny 346efd907c
Merge pull request #617 from Fenny/master
🧪 Increase test coverage: 96.4%
2020-07-15 12:28:30 -04:00
Fenny da85c85c14 🧪 Increase test coverage: 96% 2020-07-15 17:43:30 +02:00
songjiayang 710b93bb7b ✏️ Fix typo for goreport 2020-07-15 13:51:10 +08:00
Fenny 9dbe22a0cf 🚀 Bump v1.12.7 2020-07-14 16:24:14 +02:00
Fenny 39b59d8d24 🎨 Fix PID alignment 2020-07-14 16:23:14 +02:00
Fenny 0a3eb08530 Merge remote-tracking branch 'upstream/master' 2020-07-14 14:35:26 +02:00
Fenny 0429ac32d9 🧹 Fix typo 2020-07-14 14:13:57 +02:00
kiyon 80e222093d 🍤 improve app test coverage 2020-07-14 15:23:41 +08:00
Fenny d3dd32d9d1 🔌 Add IPv6 Support
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-14 04:02:05 +02:00
Fenny b6f0d6c6ad 🔌 Add IPv6 support
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-14 03:56:05 +02:00
Fenny 20cba2604b 🔌 Add IPv6 support
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-14 03:53:58 +02:00
Fenny b8fbaca1ea 🔌 Add IPv6 Support
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-14 03:02:26 +02:00
fenny aa58673dbb
Merge pull request #582 from kiyonlin/ppid2pid
Ppid2pid
2020-07-13 19:01:29 -04:00
Fenny d3edb7f666 ✏ Add methodUse 2020-07-13 15:40:24 +02:00
fenny 5a85ab072f
Merge pull request #594 from kiyonlin/extract-use
👷 Add use methodInt and Extract "USE" to a global const variable
2020-07-12 16:11:25 -04:00
Roger Guldbrandsen 67fff203c4
📚Fix formatting of GoDoc
- Preformatting should be indented (a - character does nothing).
- Headers in documentation was probably unintentional.

The broken docs can be observed here:
https://pkg.go.dev/github.com/gofiber/fiber@v1.12.6
2020-07-13 01:16:53 +09:00
kiyon 2cfc1b1546 👷 Extract "USE" to a global const variable 2020-07-12 23:54:22 +08:00
Roger Guldbrandsen ccd2fef610
♻️Use constants for most default properties 2020-07-13 00:49:56 +09:00
Roger Guldbrandsen 34f8958de0
📚Clarify Static struct documentation 2020-07-13 00:41:19 +09:00
Roger Guldbrandsen 070cbb0963
📚Settings documentation cleanup
- End all comments with a full stop.
- Be consistent with wording for bool settings (when set to true).
  - Exception: ETag property, as I am not familiar with it.
- Be consistent with mentioning default values (Default: $foo)
2020-07-12 23:29:15 +09:00
Roger Guldbrandsen 5d5e988802
📚Clarify Immutable setting 2020-07-12 22:48:12 +09:00
kiyon fad2cc6152 🎨 change ppid to pid 2020-07-11 12:04:24 +08:00
kiyon ee4ffddb90 💌 replace prefork child flag with prefork child env 2020-07-11 08:30:03 +08:00
Fenny d3039680fe 🚀 Bump version v1.12.6 2020-07-10 14:01:52 +02:00
Fenny b1688a0113 Clearify New Signatures 2020-07-09 15:58:47 +02:00
Fenny cd5ad30d84 💡 Show possible signatures 2020-07-07 12:07:06 +02:00
Fenny 6bae5e75bf 🧩 Describe the HTTP methods 2020-07-06 17:57:00 +02:00
Fenny 855881e0a2 📝 Fix description 2020-07-06 17:12:35 +02:00
Fenny 9b630585c4 📃 Fix typo 2020-07-06 17:10:31 +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 599fdcdcb6 Listener replaces Serve 2020-07-05 11:08:23 +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 72786471ce Fix docker host addr 2020-07-04 08:47:50 +02:00
Fenny 4dead8d6d3 Fix typo in RequestID 2020-07-04 08:39:45 +02:00
Fenny 583ec38e37 Bump v1.12.3
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-07-03 15:08:21 +02:00
Fenny 34ac831143 Add json formatting 2020-07-02 20:26:38 +02:00
Fenny 1d4478bf00 🧹🧹 Cleanup 2020-07-02 13:51:10 +02:00
Fenny 1e1f6ea5b1 Disable colors if not supported 2020-07-02 08:50:53 +02:00
Fenny c7587c7f5a Update .gitignore 2020-07-01 10:50:22 +02:00
Fenny 0daee4c8c6 Default to 127.0.0.1 instead of 0.0.0.0 2020-07-01 10:48:52 +02:00
Fenny 9b1d41e0bf Update version: 1.12.2 2020-06-30 00:27:46 +02:00
ReneWerner87 d57651835b improve routing performance 2020-06-29 22:51:41 +02:00
Fenny 86d93d1b0b Update app.go 2020-06-27 04:50:44 +02:00
Fenny ec51458940 Add memory info 2020-06-27 04:22:22 +02:00
Fenny badb45779f Update startup message 2020-06-25 22:48:49 +02:00