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
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