keter-1.3.10.1: Web application deployment manager, focusing on Haskell web frameworks

Safe HaskellNone
LanguageHaskell98

Network.HTTP.ReverseProxy.Rewrite

Documentation

data RPEntry Source

Constructors

RPEntry 

Fields

config :: ReverseProxyConfig
 
httpManager :: Manager
 

Instances

simpleReverseProxy :: Manager -> ReverseProxyConfig -> Application Source