keter-1.5: 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, Credentials)) Source #

Mapping from virtual hostname to port number.

data TLSConfig Source #

Instances

Instances details
ParseYamlFile TLSConfig Source # 
Instance details

Defined in Keter.Types.V04