[
https://issues.apache.org/jira/browse/ZOOKEEPER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695670#action_12695670
]
Chris Darroch commented on ZOOKEEPER-36:
----------------------------------------
Sorry, just to throw in a couple of additional thoughts; using httpd modules
means all you need is a conventional Apache httpd instance. Requests look like
(using the current minimalistic shmap/socache modules):
{noformat}
GET /node1/node2 HTTP/1.0
DELETE /node1/node2 HTTP/1.0
PUT /node1/node3 HTTP/1.0
Content-Length: 5
12345
{noformat}
> REST access to ZooKeeper
> ------------------------
>
> Key: ZOOKEEPER-36
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-36
> Project: Zookeeper
> Issue Type: New Feature
> Components: contrib
> Reporter: Patrick Hunt
> Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: rest_2.tar.gz
>
>
> Moved from SourceForge to Apache.
> http://sourceforge.net/tracker/index.php?func=detail&aid=1961763&group_id=209147&atid=1008547
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.