tarantool / nginx_upstream_module

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

Strict REST compatibility #24

Closed Sulverus closed 8 years ago

Sulverus commented 8 years ago

Need to allow GET, PUT and DELETE queries

GET for url /nginx_proxy/func_name/ must call stored procedure named func_name without arguments

after #25 it must call stored procedure with request object

PUT Tarantool api is equal to POST

DELETE Tarantool api is equal to POST

dedok commented 8 years ago

HEAD of v0.2.0-part-1

Sulverus commented 8 years ago

Integrated with UCP. Now checking with complete load test(100kk requests)