warp-tls-3.4.5: HTTP over TLS support for Warp via the TLS package
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Wai.Handler.WarpTLS.Internal

Contents

Synopsis

Documentation

data CertSettings Source #

Determines where to load the certificate, chain certificates, and key from.

Instances

Instances details
Show CertSettings Source # 
Instance details

Defined in Network.Wai.Handler.WarpTLS.Internal

data TLSSettings Source #

Settings for WarpTLS.

Constructors

TLSSettings 

Fields

defaultTlsSettings :: TLSSettings Source #

Default TLSSettings. Use this to create TLSSettings with the field record name (aka accessors).

data OnInsecure Source #

An action when a plain HTTP comes to HTTP over TLS/SSL port.

Instances

Instances details
Show OnInsecure Source # 
Instance details

Defined in Network.Wai.Handler.WarpTLS.Internal

Accessors

getCertSettings :: TLSSettings -> CertSettings Source #

Some programs need access to cert settings