v1.0.1
What`s Changed ?
- Change FormData File, and feature additions by @angga7togk in #17
Bug Fixed
- fix on
fromData.getAll, not get all data!
New Update
- new silent options for
Logger, implementation:gaman.serv( { server: { slient: true } } ) - shortcut get many field as string from formdata by
ctx.inputs(name)orctx.request.inputs(name) - shortcut for get many and single field as file from formdata by (
ctx.file(name)andctx.files(name)) or (ctx.request.file(name)andctx.request.files(name)) ctx.json()now supported content type'application/x-www-form-urlencoded'- send Response by context, like
return ctx.res.json({message: "OK!"})orreturn ctx.response.text("OK!")
Contributors
Full Changelog: v1.0.0...v1.0.1