# http_pattern_matcher **Repository Path**: mirrors_google/http_pattern_matcher ## Basic Information - **Project Name**: http_pattern_matcher - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository stores codes to support http pattern match. http pattern syntax is defined [here](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto#L224) This is not an officially supported Google product For contributors: If you make any changes, please make sure to use Bazel to pass all unit tests by running: ``` bazel test //... ``` Please format your codes by running: ``` clang-format-10 -style=Google -i include/http_pattern_matcher/*.h src/*.cc test/*.cc ``` ## Toolchain The Bazel build system defaults to using clang 10 to enable reproducible builds.