Hello Marton Greber, Zoltan Chovan, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21920
to look at the new patch set (#4).
Change subject: Implement path parameter handling in webserver
......................................................................
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.
Example usage:
Registering a path like "/api/v1/tables/<table_id>" will map the
corresponding part of the URI to the table_id key in the path_params
of the WebRequest.
Change-Id: Id2085c55d3b86985c87c5fd5a8b48568f8e6fa63
---
M src/kudu/server/default_path_handlers.cc
M src/kudu/server/webserver-test.cc
M src/kudu/server/webserver.cc
M src/kudu/server/webserver.h
M src/kudu/util/web_callback_registry.h
5 files changed, 176 insertions(+), 16 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/21920/4
--
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: newpatchset
Gerrit-Change-Id: Id2085c55d3b86985c87c5fd5a8b48568f8e6fa63
Gerrit-Change-Number: 21920
Gerrit-PatchSet: 4
Gerrit-Owner: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>