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