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

Safe HaskellNone
LanguageHaskell98

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.