ostinelli / gin

A LUA fast, low-latency, low-memory footprint, web JSON-API framework with Test Driven Development helpers and patterns.
MIT License
238 stars 35 forks source link

Data validation #14

Closed CriztianiX closed 9 years ago

CriztianiX commented 9 years ago

There are some type of "data validation" for the request?

ostinelli commented 9 years ago

No. The only provided helper is the The Accepted Params helper (bottom of the page) which allows you to filter out unwanted params.