[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21920
Change subject: [WIP] Implement path parameter handling in webserver ...................................................................... [WIP] Implement path parameter handling in webserver Introduced path parameter parsing in the webserver to support dynamic REST API endpoints. Parameters within URIs are now identified using <parameter_name> notation. Extracted parameters are passed to the WebRequest as path_params. Change-Id: Id2085c55d3b86985c87c5fd5a8b48568f8e6fa63 --- M src/kudu/server/webserver.cc M src/kudu/server/webserver.h M src/kudu/util/web_callback_registry.h 3 files changed, 71 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/21920/1 -- To view, visit http://gerrit.cloudera.org:8080/21920 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id2085c55d3b86985c87c5fd5a8b48568f8e6fa63 Gerrit-Change-Number: 21920 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
