Module

Hyper.Conn

Package
purescript-hyper
Repository
owickstrom/hyper

#Conn Source

type Conn req res components = { components :: components, request :: req, response :: res }

A Conn models the entirety of an HTTP connection, containing the fields request, response, and the extensibility point components.