Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 395 Bytes

Forward

Forward is a fast, lightweight and customizable API Gateway written in Rust.

Getting Started

Run the proxy with

cargo run

Configuration

Supported Request Policies

Validate Headers

Validate that headers exist in an incoming request

Add Headers

Add headers to a request

Remove Headers

Remove headers from a request

Supported Response Policies