Safe Haskell | None |
---|
A light-weight, minimalistic reverse HTTP proxy.
- reverseProxy :: Bool -> Manager -> HostLookup -> ListeningPort -> IO ()
- type HostLookup = ByteString -> IO (Maybe ProxyAction)
- data TLSConfig = TLSConfig !Settings !TLSSettings
Documentation
reverseProxy :: Bool -> Manager -> HostLookup -> ListeningPort -> IO ()Source
type HostLookup = ByteString -> IO (Maybe ProxyAction)Source
Mapping from virtual hostname to port number.