You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings.DisableStartupMessage
When set to true, it will not print out the fiber ASCII and `.. listening on ..`` message
Settings.ETag
Enable or disable ETag header generation, since both weak and strong etags are generated using the same hashing method (CRC-32). Weak ETags are the default when enabled.
🚀 Fiber
v1.9.7
🔥 New
app.Use
now supports/:params
&/:optionals?
inside the prefix path.🩹 Fixes
c.Append(key, ...values)
sometimes added duplicates on case-sensitive values🧬 Official Middlewares
v0.2.1
🌱 Third Party Middlewares
🧹 Updates
if / else
logicCtx
methods============================================
🚀 Fiber
v1.9.6
Special thanks to @renanbastos93 & @ReneWerner87 for optimizing the current router.
Help use translate our API documentation by clicking here
🔥 New
AcquireCtx
/ReleaseCtx
The Ctx pool is now accessible for third-party packages
🩹 Fixes
Ctx
methods didn't work correctly when called without an*App
pointer.ctx.Vary
sometimes added duplicates to the response header🧹 Updates
utils
🧬 Middleware
v0.0.1
Converter for net/http handlers to/from Fiber handlersv1.0.0
big improvements and support for storage providersv0.0.6
supports${error}
paramv0.0.9
minor improvements and support for directory browsing============================================
🚀 Fiber
v1.9.3
Special thanks to @monzarrugh, @renanbastos93, @glaucia86, @bestgopher, @ofirrock, @jozsefsallai, @thomasvvugt, @elliotforbes, @Khaibin, @tianhongw, @arsmn, @da-z and everyone else who helped contribute to make this tag possible.
🔥 New
c.Fresh()
Experimental, not bulletproof for production Fresh(#311) #317 💡 ETag header / ctx.Fresh #311:3000
=>0.0.0.0:3000
421
,103
add two statuscodes: 421,103 #306c.BodyParser()
allows duplicate query keys update: ctx.BodyParser #316 Added ctx.QueryMulti() #288When set to true, it will not print out the fiber ASCII and `.. listening on ..`` message
Enable or disable ETag header generation, since both weak and strong etags are generated using the same hashing method (CRC-32). Weak ETags are the default when enabled.
🧹 Updates
c.BodyParser()
will now ignore missing fields by default Schema Decoder: Ignore unknown fields by default #308SaveFile
test ctx_test: impl Test_FormFile #315FormFile
test ctx_test: impl Test_FormFile #315🧬 Middleware
v0.0.8
v0.0.4
🩹 Fixes
c.Range
function use getString #312ctx.go
Fixes typo #294The text was updated successfully, but these errors were encountered: