memorysafety / river

This repository is the home of the River reverse proxy application, based on the pingora library from Cloudflare.
https://www.memorysafety.org/initiative/reverse-proxy/
Apache License 2.0
1.72k stars 101 forks source link

Consider Rhai as a scripting environment #64

Closed github2023spring closed 3 weeks ago

github2023spring commented 1 month ago

Supporting rhai script to modify the request body, and response body like the AWS API Gateway with Velocity Template

jamesmunns commented 1 month ago

Hi there! We do plan to add a scripting environment after the 1.0 release, though the current plan is to investigate WASM as the scripting environment, as opposed to Rhai.

This is subject to change though!

github2023spring commented 1 month ago

Sounds great! Thank you!