google / http_pattern_matcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository stores codes to support http pattern match.

http pattern syntax is defined here

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.

About

License:Apache License 2.0


Languages

Language:C++ 93.2%Language:Starlark 6.2%Language:Shell 0.6%