Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-202522.8 KiB567561

DIR_METADATAH A D25-Apr-202597 76

LICENSEH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025392 1312

MODULE_LICENSE_APACHE_2_0HD25-Apr-20250

README.chromiumH A D25-Apr-2025825 2421

uri_template.ccH A D25-Apr-20256.2 KiB199132

uri_template.hH A D25-Apr-20251.9 KiB5715

uri_template_fuzzer.ccH A D25-Apr-2025930 2415

uri_template_test.ccH A D25-Apr-20254.8 KiB13794

README.chromium

1Name: URI Template Parser
2Short Name: uri_template
3URL: https://github.com/google/google-api-cpp-client/
4Revision: d0bbe169d81a50936ec5fcea4e6dbcfb97303f13
5Date: August 6, 2018
6License: Apache 2.0
7License File: LICENSE
8Shipped: yes
9
10Description:
11This code is derived from the URI template parsing code in the Google API C++
12Client.
13
14Local Modifications:
15There are significant adaptations:
16- Improved conformance to RFC6570 for Level 3 templates (most notably, multiple
17variables per expression are now supported).
18- Removed Level 4 template parsing capabilities.
19- Replaced callback mechanism for populating variables with a map.
20- Altered meaning and type of return value for Expand method.
21- Added detection of malformed URI templates.
22- Removed some minor dependencies through refactoring.
23- Significant changes to tests.
24