envoyproxy/envoy

tap: JSON body matching

Open

#6 108 ouverte le 27 févr. 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/taphelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

Allow matching on a JSON body.

  1. Parse complete JSON object up to a buffer limit.
  2. Allow field selection matching.

This can potentially be accomplished via gRPC matching with implicit conversion to/from a Struct.

Guide contributeur