kiyon
a92bcf7500
🇨🇳 improve README_zh-CN.md
2020-07-14 15:49:42 +08:00
kiyon
d406e2c507
🍤 improve utils test coverage
2020-07-14 15:24:42 +08:00
kiyon
3156fcca3d
🍤 improve ctx test coverage
2020-07-14 15:24:24 +08:00
kiyon
80e222093d
🍤 improve app test coverage
2020-07-14 15:23:41 +08:00
kiyon
e86c123e6f
🍤 improve request_id test coverage
2020-07-14 15:21:47 +08:00
József Sallai
8e1cee2cbd
Merge pull request #603 from renanbastos93/improve-statuscode
...
🚀 refactor: change status code number to a constant
2020-07-14 08:34:03 +03:00
renanbastos93
e070968d2d
🚀 refactor: change status code number to constant
2020-07-14 00:55:41 -03: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
89c7d8dc56
👶 Kill child procs on pid kill
...
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-14 02:36:22 +02:00
Fenny
fe826a782d
👶 Close child procs when PID gets killed
2020-07-14 02:35:35 +02:00
fenny
aa58673dbb
Merge pull request #582 from kiyonlin/ppid2pid
...
Ppid2pid
2020-07-13 19:01:29 -04:00
fenny
e8c24762ce
Merge pull request #599 from Fenny/master
...
🧹 House keeping
2020-07-13 09:45:54 -04:00
Fenny
bb5ad54658
⚠ Add deprecation message
2020-07-13 15:45:34 +02:00
Fenny
80cd53d32f
🗃 Update for golint
2020-07-13 15:43:30 +02:00
Fenny
61c560db1e
🏓 Add test comments
2020-07-13 15:42:23 +02:00
Fenny
b133583f66
🧪 Update go golint
2020-07-13 15:41:22 +02:00
Fenny
d3edb7f666
✏ Add methodUse
2020-07-13 15:40:24 +02:00
Fenny
b9deefbba1
Merge remote-tracking branch 'upstream/master'
2020-07-13 15:37:49 +02:00
Fenny
0361df3cab
🧹 Update description
2020-07-13 15:37:38 +02:00
fenny
5a6ef80ba8
Merge pull request #588 from songjiayang/golint
...
Update for golint
2020-07-13 05:44:58 -04:00
fenny
eb946f193f
Merge pull request #595 from kiyonlin/improve-readme-CN
...
Improve readme_zh-CN
2020-07-13 05:44:16 -04:00
fenny
96d5286e9d
Merge pull request #597 from kiyonlin/invalid-method
...
💫 short the invalid method check
2020-07-13 05:43:36 -04:00
fenny
c38aff7de0
Merge pull request #596 from kiyonlin/quoteString
...
🚨 extract func quoteString() for ctx.Attachment and ctx.Download
2020-07-13 05:42:58 -04:00
kiyon
eb0bc94393
💫 short the invalid method check
2020-07-13 16:47:15 +08:00
kiyon
b7b14bcbc3
🍞 adjust import 3rd package location
2020-07-13 14:01:11 +08:00
kiyon
9d9cfa8424
🚨 extract func quoteString() for ctx.Attachment and ctx.Download
2020-07-13 12:37:50 +08:00
kiyon
bf20e790a7
📝 check README_zh-CN.md again
2020-07-13 11:12:50 +08:00
kiyon
1558f51bed
📝 improve README_zh-CN.md
2020-07-13 11:00:58 +08:00
songjiayang
4ef6f9b0e1
Update for golint
2020-07-13 10:47:14 +08: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
fenny
681b1bc685
Merge pull request #593 from kinbiko/docs-improvements
...
📚 Docs improvements
2020-07-12 16:10:19 -04:00
fenny
c63b5dd113
Merge pull request #591 from kiyonlin/ctx-attachment
...
🚀 Better performance for ctx.Attachment
2020-07-12 16:08:33 -04:00
kiyon
de7a0357a6
🚀 Better performance for ctx.Attachment
2020-07-13 00:38:01 +08:00
Roger Guldbrandsen
c6ff695762
📚 Clean up ctx.go docs
...
- Use full sentences for context pool management methods.
- Full stop after each sentence (wherever I am confident of the intended meaning).
- Grammar fixes.
- Use single quote (') over fancy formatted apostrophe (’).
- Remove useless and incorrect comment on global variable
2020-07-13 01:35:17 +09: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
fenny
39fdf8bfa2
Merge pull request #580 from kiyonlin/env-prefork
...
use prefork child env
2020-07-11 20:35:12 -04:00
kiyon
7881df4b8c
👷 Change global variables into const
2020-07-12 07:22:55 +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
Yuil Tripathee
6dbca6aac4
Merge pull request #1 from gofiber/master
...
Merge with go-fiber original
2020-07-12 00:05:05 +05:45