8 Commits

Author SHA1 Message Date
Aman Kumar Sinha
d2f5e3a430
update README with elastic/apmfiber middleware (#1540) 2021-09-28 10:02:17 +02:00
Javad Rajabzade
d3aba01845
Translated limitation section (#1509)
* simplify `u <= (1<<7)-1` to `u < (1 << 7)`

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* Instead Bool comparison can using simplified bool check if !var = false checking

* Unnecessary use of fmt.Sprintf for value without format

* For check condition two value not required ! method

* nil check may not be enough for slice, better check with len

* function parameters combined

* When the form returns error information, the text content should not start with a capital letter or end with a punctuation mark

* error var invalidPath should have name of the form errFoo, It is recommended that the error variables that are part of an API should be named

* change to condition len(x), it's faster https://github.com/gofiber/fiber/pull/1386#discussion_r652369520

* Update write.go

* Update write_bytes.go

* Update store.go

* Adapted paragraph fiber version compatible with go

* add translated paragraph net/http interfaces limitation

Co-authored-by: RW <rene@gofiber.io>
2021-08-30 07:57:37 +02:00
hi019
8925c96264
Add Limitations section to README (#1508) 2021-08-29 10:43:38 +02:00
Pranay
f014d143ac
Update README.md (#1477) 2021-08-07 21:20:26 +02:00
wernerr
c8d0a0c2ae 📚 Correct order of the basic routing example 2021-07-14 08:00:33 +02:00
alfuhigi
28ba42a6fd
✏️ fix [🔑gosec|passing] icon -> README_*.md (#1405)
* ✏️ fix [🔑 gosec|passing] icon -> README_*.md that not show correctly

* 🚩  drop .PNG, use SVG base64 for Flag
2021-06-25 08:25:38 +02:00
Javad Rajabzade
6da6678325
Fixed Grammar (#1373)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src

* Fixed grammar
2021-06-09 08:29:44 +02:00
Javad Rajabzade
556df42956
Add README_fa.md for Persian users (#1370)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src
2021-06-08 23:09:20 +02:00