tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

REST Methods need #47

Closed ctorecords closed 8 years ago

ctorecords commented 8 years ago

Post, Get, Put, Patch, Delete

aensidhe commented 8 years ago

HTTP supports any method, so it is better not to limit to those strings, imho.

ctorecords commented 8 years ago

Речь о возможности узнавать метод запроса в объекте, передаваемом функции luа (в примерах именуемом req)

dedok commented 8 years ago

See #38