Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 597 Bytes

File metadata and controls

24 lines (14 loc) · 597 Bytes

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.