Module

Node.Express.Types

#Application

#Event

data Event :: Type

#Response

data Response :: Type

#Request

data Request :: Type

#Protocol

data Protocol

Constructors

Instances

#decodeProtocol

#decodeMethod

#Host

type Host = String

#Port

type Port = Int

#Pipe

type Pipe = String

#Path

type Path = String

#RoutePattern

#RequestParam

#CookieOptions

newtype CookieOptions

Cookie options

  • maxAge -- time in msecs
  • signed -- use secret to sign if true
  • path -- cookie path

Constructors

#defaultCookieOptions

Modules