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

200 Commits

Author SHA1 Message Date
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
Fenny
e32dd318b5 Merge remote-tracking branch 'upstream/master' 2020-06-25 20:52:04 +02:00
Fenny
85d7a6add4 Support Naming Routes 2020-06-25 16:24:21 +02:00
Fenny
4aafc504ad Merge remote-tracking branch 'upstream/master' 2020-06-25 16:11:30 +02:00
fenny
01aaf4fd95
Merge pull request #507 from Fenny/master
Update middleware examples
2020-06-25 16:05:36 +02:00
Fenny
85fcc74646 Fix golint warning 2020-06-25 16:02:24 +02:00
Fenny
033e009212 Fix gosec warning 2020-06-25 15:59:45 +02:00
Fenny
3bdbc53d17 Separate Prefork logic 2020-06-25 15:42:50 +02:00
ReneWerner87
cf4836c606 🚀 Added possibility to work with urlencoded special characters in the route 2020-06-25 08:44:29 +02:00
ReneWerner87
09e9915e9c 🚀 How about compatibling with httpexpect #485 2020-06-24 21:36:40 +02:00
Fenny
6638efafa7 Update prefork logic 2020-06-23 16:56:48 +02:00
Fenny
37ebde8b86 Update app.go 2020-06-23 15:07:29 +02:00
Fenny
3e72ab42bd Update app.go 2020-06-23 15:05:30 +02:00
Fenny
1dcbd1e6ff Update app.go 2020-06-23 15:05:18 +02:00
Fenny
45aacc1ddb Update startupMessage 2020-06-23 15:04:21 +02:00
Fenny
67fefdd5d8 Add Prefork support for Windows 2020-06-22 16:07:38 +02:00
Fenny
a72ce156c5 Add Prefork support for Windows 2020-06-22 15:55:24 +02:00