proxy-sdk

Crates.ioproxy-sdk
lib.rsproxy-sdk
version1.1.0
sourcesrc
created_at2024-02-27 17:26:01.517176
updated_at2024-09-13 17:38:12.348725
descriptionWrite extensions for Proxy-WASM for WASM or Native environments
homepagehttps://www.leaksignal.com/
repositoryhttps://github.com/leaksignal/proxy-sdk
max_upload_size
id1155283
size224,812
Max Bruce (Protryon)

documentation

README

Proxy-SDK

A rewrite of the proxy-wasm rust crate. Has improved ergonomics, more type safety, and documentation.

Proxy->WASM Calls Not Implemented

  • validate_configuration: Seems unused
  • on_request_metadata: Unused
  • on_response_metadata: Unused
  • on_grpc_create_initial_metadata: Never called/incompletely defined in proxy-wasm-cpp-host
  • on_foreign_function: Never called from Envoy outside of tests

Feature Flags

  • stream-metadata, if enabled, enables GRPC metadata callbacks. Known to cause crashes in some versions of Envoy.
Commit count: 0

cargo fmt