lighttpd-conf-0.3: Lighttpd configuration file tools.

Portabilitynon-portable (DeriveDataTypeable)
Stabilityunstable
MaintainerMatt Morrow <mjm2002@gmail.com>

Lighttpd.Conf.Syntax

Description

 

Synopsis

Documentation

newtype Name Source

Constructors

Name ByteString 

data QName Source

Constructors

QName 

Fields

moduleName :: Name
 
baseName :: Name
 

data Cond Source

 ghci> ppr $ Cond (HttpF Cookie) Match (RegexP "this.{,5}[=@#]?that$")
 $HTTP{"cookie"} =~ "this.{,5}[=@#]?that$"

Constructors

Cond Field Op Pat 

data Op Source

Constructors

Equal 
NotEqual 
Match 
NotMatch 

Instances