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

Add a basic Url rewrite modifier. #82

Open favalos opened 5 days ago

favalos commented 5 days ago

Wrote a very simple and basic Url Rewrite functionality.

With the test configuration I tested doing:

http://localhost:8080/rewrite/blog/

Hope this could be the beginning of a contribution to this project, any feedback or improvements please let me know.

Thanks!