APItools / router.lua

A barebones router for Lua. It matches urls and executes lua functions.
MIT License
195 stars 47 forks source link

I need PUT example #22

Closed zayednetad closed 8 years ago

zayednetad commented 8 years ago

Hi,

Can somebody give an example how can i use PUT? GET and POST is working fine, but i need PUT example.

//Regards Nur

lloydzhou commented 8 years ago

PUT, same as POST 😃 , you need get params from request body.