//! Example plugin that modifies the HTTP response body.
//!
//! This plugin demonstrates how to use the http-wasm-guest API to
//! buffer and modify the response body in the response phase.
//!
//! # Features
//! - Buffers the response body using `BufferResponse`
//! - Overwrites the response body with the string "test"
//!
//! # Usage
//! Register the plugin and enable response buffering in `main`.
use ;
/// Plugin that overwrites the response body.
;