Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
..
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
uri_template.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
uri_template.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
uri_template_fuzzer.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
uri_template_test.cc 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前

README.chromium

Name: URI Template Parser
Short Name: uri_template
URL: https://github.com/google/google-api-cpp-client/
Revision: d0bbe169d81a50936ec5fcea4e6dbcfb97303f13
Date: August 6, 2018
License: Apache 2.0
License File: LICENSE

Description:
This code is derived from the URI template parsing code in the Google API C++
Client.

Local Modifications:
There are significant adaptations:
- Improved conformance to RFC6570 for Level 3 templates (most notably, multiple
variables per expression are now supported).
- Removed Level 4 template parsing capabilities.
- Replaced callback mechanism for populating variables with a map.
- Altered meaning and type of return value for Expand method.
- Added detection of malformed URI templates.
- Removed some minor dependencies through refactoring.
- Significant changes to tests.