Skip to content

Commit

Permalink
Add documentation for writing filters (#243)
Browse files Browse the repository at this point in the history
* Add documentation for writing filters

Work on #62

Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
iffyio and markmandel authored May 12, 2021
1 parent 5124953 commit 52a58ec
Show file tree
Hide file tree
Showing 11 changed files with 628 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/extensions/filters/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Quilkin includes several filters out of the box.
| [Debug](debug.md) | Logs every packet |
| [LocalRateLimiter](./local_rate_limit.md) | Limit the frequency of packets. |
| [ConcatenateBytes](./concatenate_bytes.md) | Add authentication tokens to packets. |
| [CaptureBytes](capture_bytes.md) | Capture specific bytes from a packet and store them in filter dynamic metadata. |
| [CaptureBytes](capture_bytes.md) | Capture specific bytes from a packet and store them in [filter dynamic metadata](#filter-dynamic-metadata). |
| [TokenRouter](token_router.md) | Send packets to endpoints based on metadata. |
| [Compress](./compress.md) | Compress and decompress packets data. |

Expand Down
Loading

0 comments on commit 52a58ec

Please sign in to comment.