ChrSteinert / Saturn.Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saturn.Proxy

Nuget (with prereleases)

A super simple, naive (not really serious) reverse proxy implementation for Saturn. It provides a new custom operation proxy for Saturn's router Route Builder.

It can be used to forward requets when developing websites (for instance with SAFE) or just generic proxy work.

Usage

Please don't use this in production…

Install from NuGet Saturn.Proxy.

On any router, just add

let r = router {
    …
    proxy "/" "https://<my new endpoint>/"
}

About


Languages

Language:F# 100.0%