1.0.1 • Published 8 years ago

koa-nice-body v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

koa-nice-body

Full-featured koa body parser!.

Related module

Result

{
  "fields": {
    "title": "Title",
    "people": "12",
    "gender": "male",
    "startDateRaw": "Sun Aug 14 2016 06:00:00 GMT+0700 (ICT)",
    "endDateRaw": "Sun Aug 14 2016 06:00:00 GMT+0700 (ICT)",
    "detail": "This's Detail of body",
    "tags": [
      "one",
      "two",
      "three",
      "four"
    ],
    "files": {
      "documents": [],
      "pictures": [
        {
          "size": 277433,
          "path": "/var/folders/c4/nqclsky16vl0vv61b_bd_vcc0000gn/T/upload_3b7803c98ac45d75c822bff65d76b67e",
          "name": "Screen Shot 2559-08-12 at 11.46.45 PM.jpg",
          "type": "image/jpeg",
          "mtime": "2016-08-14T10:21:51.096Z"
        }
      ]
    }
  }
}