cfreeman29 / FreyrFlow-Api

The API Gateway is a web application that acts as a centralized entry point for managing and routing API requests. It provides a user-friendly interface for configuring and monitoring API endpoints, allowing administrators to easily set up and control access to various APIs.
0 stars 0 forks source link

request and response transformations #20

Open cfreeman29 opened 2 months ago

cfreeman29 commented 2 months ago

Provide options to manipulate the request before it reaches the backend and the response before it returns to the client. This could include adding, removing, or modifying headers, query parameters, or the body of the request/response.

linear[bot] commented 2 months ago
CFR-27 request and response transformations

Provide options to manipulate the request before it reaches the backend and the response before it returns to the client. This could include adding, removing, or modifying headers, query parameters, or the body of the request/response.