keter-1.2.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 HostLookup = ByteString -> IO (Maybe ProxyAction)Source

Mapping from virtual hostname to port number.