1356 Commits

Author SHA1 Message Date
Fenny
fb2e053b89 Use constants 2020-05-07 17:57:21 +02:00
Fenny
53d2e739df Update router_test.go 2020-05-07 17:24:12 +02:00
Fenny
0cb6f0fdac [][]*Route 2020-05-07 17:11:21 +02:00
Fenny
52eda3a76c Update router.go 2020-05-07 16:42:04 +02:00
Fenny
e771417ae1 Update router.go 2020-05-07 16:37:40 +02:00
Fenny
2446ca9a6d Update router.go 2020-05-07 16:35:48 +02:00
Fenny
8003e1b959 Update router.go 2020-05-07 16:32:15 +02:00
Fenny
d2a6602086 Add map[string][]*Route 2020-05-07 16:27:26 +02:00
Fenny
b1910639d8 Update router_test.go 2020-05-06 21:26:48 +02:00
Fenny
a58224ec7b Update router_test.go 2020-05-06 21:14:56 +02:00
Fenny
528f13c1c0 Add router_test 2020-05-06 21:09:45 +02:00
Fenny
7e0f072f51 Update router.go 2020-05-06 16:35:14 +02:00
Fenny
c34e9e03cd Merge branch 'master' of https://github.com/Fenny/fiber 2020-05-06 15:59:43 +02:00
Fenny
39d142ee09 New params parser 2020-05-06 15:59:40 +02:00
Fenny
9aa2ab8312 Merge remote-tracking branch 'gofiber/master' 2020-05-05 21:18:09 -04:00
Wei Lun
8ac37cfe77
add media blog post (#333) 2020-05-04 22:29:41 +02:00
TianhongWu
b36e09cc45
ctx_test: impl Test_Download (#337) 2020-05-04 15:03:40 +02:00
Diego Ponce
23bbcb836f
Update README_es.md (#336)
Completed missing translations
2020-05-03 23:24:56 +02:00
Fenny
0bfb3369af Merge remote-tracking branch 'upstream/master' 2020-05-03 16:58:17 +02:00
Alican Kilicarslan
cc29262332
**Fixes issue:** Turkish translation
* **Fixes issue:** Turkish translate was complete.

* **Fixes issue:** Turkish translate wfixed as your request
2020-05-03 13:51:16 +02:00
Fenny
be168f45f0 Merge remote-tracking branch 'upstream/master' 2020-05-01 17:37:35 +02:00
Fenny
75604b0254
🩹 Fix 403 Directory Index is Forbidden (#329)
* Fix Directory Index is Forbidden
2020-04-30 14:21:33 +02:00
Fenny
a8d9365845 Fix Directory Index is Forbidden 2020-04-30 13:53:17 +02:00
Fenny
9bd05a41db Merge remote-tracking branch 'upstream/master' 2020-04-30 13:42:12 +02:00
Fenny
27a7b21716
Replace two-value range loops (#324)
* Replace two value range loops
2020-04-29 04:55:34 +02:00
Hikaru Miyahara
732b4c720e
Fix word in README_ja.md (#322) 2020-04-29 04:55:13 +02:00
TianhongWu
880824be1c
Use const value for status code (#325) 2020-04-29 04:52:51 +02:00
Fenny
3330dd81e4 Replace two value range loops 2020-04-29 00:15:52 +02:00
Fenny
3d92da9e4f
Update config.yml 2020-04-28 22:56:56 +02:00
Fenny
0419d089e9
🧹 PR for 1.9.3 (#321)
* Add crowdin

* Update media links

* Update README_de.md

* Update README_de.md

* Update README_de.md

* Add crowdin link

* Print addr when listening

* Print addr on listening

* Add DisableStartupMessage

* Fix typo

* Update Test_BodyParser

* Support ETags

* v1.9.3
v1.9.3
2020-04-28 21:34:34 +02:00
Fenny
2267f8790c v1.9.3 2020-04-28 21:29:20 +02:00
Fenny
e5e887f9e0 Merge remote-tracking branch 'upstream/master' 2020-04-28 19:45:40 +02:00
Fenny
f7e00f4461 Support ETags 2020-04-28 19:45:23 +02:00
bestgopher
86a9b05d09
Update c.Fresh(#311) (#317)
* update: ctx.BodyParser

* add #311

* Update utils.go
2020-04-28 19:44:22 +02:00
Fenny
e14c75060f
Merge branch 'master' into master 2020-04-28 14:22:50 +02:00
Fenny
1015ef530d Update Test_BodyParser 2020-04-28 14:20:24 +02:00
bestgopher
1cf0d257c0
update: ctx.BodyParser (#316)
* update: ctx.BodyParser

* Update ctx.go

fmt file
2020-04-28 14:18:02 +02:00
Fenny
4135a48b7d Merge remote-tracking branch 'upstream/master' 2020-04-28 14:09:10 +02:00
TianhongWu
029e3a9a56
Add Test_SaveFile (#318)
* ctx_test: impl Test_SaveFile

* fixup! ctx_test: impl Test_SaveFile
2020-04-28 14:05:39 +02:00
Fenny
4d14679a87
Add DisableStartupMessage (#314)
* Add crowdin

* Update media links

* Update README_de.md

* Update README_de.md

* Update README_de.md

* Add crowdin link

* Print addr when listening

* Print addr on listening

* Add DisableStartupMessage

* Fix typo
2020-04-27 23:34:35 +02:00
TianhongWu
7b59c5bf78
Add Test_FormFile (#315) 2020-04-27 23:32:38 +02:00
Fenny
a1e7f33e3e Fix typo 2020-04-27 09:16:28 +02:00
Fenny
37901bcb55 Add DisableStartupMessage 2020-04-27 09:11:25 +02:00
Fenny
71fd9159d5 Merge remote-tracking branch 'upstream/master' 2020-04-27 06:32:36 +02:00
khaibin
eda372d64d
BodyParser: Ignore unknown fields by default (#308)
https://godoc.org/github.com/gorilla/schema#Decoder.IgnoreUnknownKeys
2020-04-27 06:30:14 +02:00
bestgopher
260f3b3410
use getString in Range(#312)
* Transform string in Range without allocation
2020-04-27 06:28:53 +02:00
bestgopher
101e1cce98
Modify ctx.Send (#310)
* fix typo
* move ctx.Write method in ctx.Send
2020-04-26 13:53:13 +02:00
Fenny
e2187145c4
Print addr when listening (#307)
Print addr on listening
2020-04-26 06:05:03 +02:00
Fenny
5092b6ea6d Print addr on listening 2020-04-26 06:01:04 +02:00
Fenny
3b11a118d3 Merge remote-tracking branch 'upstream/master' 2020-04-26 06:00:37 +02:00