grpctestify 1.8.6

gRPC testing utility written in Rust
Documentation
# Section Reference

Use this section when you need exact behavior for one `.gctf` section.

Tip: start with `ENDPOINT`, `REQUEST`, and one validation section (`RESPONSE`, `ERROR`, or `ASSERTS`).

Each page follows the same format: purpose, usage, minimal example, and rules.

Section examples are intentionally partial. Combine them into one complete `.gctf` document when writing runnable tests.

## Core flow

- [META]./meta
- [ADDRESS]./address
- [ENDPOINT]./endpoint
- [REQUEST]./request
- [RESPONSE]./response
- [ERROR]./error
- [ASSERTS]./asserts

## Supporting sections

- [EXTRACT]./extract
- [REQUEST_HEADERS]./request-headers
- [TLS]./tls
- [PROTO]./proto
- [OPTIONS]./options
- [BENCH]./bench

## Modifiers

- [Attributes]./attributes — per-section execution modifiers (`#[skip]`, `#[timeout]`, `#[retry]`, `#[name]`)

## Related

- [Test File Format]../api/test-files
- [Assertions]../api/assertions