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

Safe HaskellNone

Keter.Proxy

Description

A light-weight, minimalistic reverse HTTP proxy.

Synopsis

Documentation

type PortLookup = ByteString -> IO (Maybe PortEntry)Source

Mapping from virtual hostname to port number.

data TLSConfig