keter-1.3.9.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.

data TLSConfig Source

Constructors

TLSConfig !Settings !TLSSettings