Skip to content

Commit f617a14

Browse files
committed
minor cleanup.
1 parent 7a0a1ed commit f617a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/guides/implementers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ ext_proc is a mature protocol, implemented by Envoy to support communication wit
136136

137137
Supporting this broad range of extension capabilities (including for inference, as evidenced above) requires hooks into all HTTP stream (i.e., request and response) lifecycle events as well as the corresponding headers, trailers and payload. This is the core value proposition for ext_proc, along with configurable options (such as for buffering and streaming modes) that enable its use across a variety of deployment scenarios and networking topologies.
138138

139-
#### Native Implementations
139+
#### Open Source Implementations
140140

141-
Several native implementations can be used as references:
141+
Several implementations can be used as references:
142142

143143
- A fully featured [reference implementation](https://github.com/envoyproxy/envoy/tree/main/source/extensions/filters/http/ext_proc) (C++) can be found in the Envoy GitHub repository.
144144
- A second implementation (Rust, non-Envoy) is available in [Agent Gateway](https://github.com/agentgateway/agentgateway/blob/v0.5.2/crates/proxy/src/ext_proc.rs).

0 commit comments

Comments
 (0)