inthefabric / RexConnect

Connect to Rexster/RexPro via TCP connection.
www.inthefabric.com
Other
10 stars 0 forks source link

Include POST Handler for Extension #33

Closed zachkinstner closed 11 years ago

zachkinstner commented 11 years ago

Currently, a RexConnect request can be passed via GET request and req querystring variable. This isn't perfect, since you have to URL encode the request (sometimes) and because the script length is limited by the max URL length.

Introduce support for POST requests, where the form data contains the request JSON data.

zachkinstner commented 11 years ago

No changes needed. Rexster handles it. Nice!