Higress Wasm Plugin API

The Higress Wasm Plugin API provides a WebAssembly-based extension interface for developing and deploying custom plugins on the Higress gateway. Plugins can be written in Go, Rust, C++, or any language that compiles to WebAssembly, and can intercept and transform HTTP requests and responses at the gateway level.

API entry from apis.yml

apis.yml Raw ↑
aid: higress:higress-wasm-plugin-api
name: Higress Wasm Plugin API
description: The Higress Wasm Plugin API provides a WebAssembly-based extension interface for developing
  and deploying custom plugins on the Higress gateway. Plugins can be written in Go, Rust, C++, or any
  language that compiles to WebAssembly, and can intercept and transform HTTP requests and responses at
  the gateway level.
humanURL: https://higress.io/en-us/docs/plugins/custom/
tags:
- Cloud Native
- Extensions
- Plugins
- WebAssembly
properties:
- type: Documentation
  url: https://higress.io/en-us/docs/plugins/custom/
- type: Reference
  url: https://higress.io/en-us/docs/plugins/custom/go-plugin/
- type: GitHubRepository
  url: https://github.com/alibaba/higress