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

Safe HaskellSafe-Infered

Keter.Proxy

Description

A light-weight, minimalistic reverse HTTP proxy.

Synopsis

Documentation

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

Mapping from virtual hostname to port number.