servant-rawm-0.2.0.0: Embed a raw 'Application' in a Servant API

CopyrightDennis Gosnell 2017
LicenseBSD3
MaintainerDennis Gosnell (cdep.illabout@gmail.com)
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Servant.RawM.Internal.Client

Contents

Description

This module only exports a HasClient instance for RawM.

Documentation

Orphan instances

HasClient * (RawM' serverType) Source # 

Associated Types

type Client (RawM' serverType) (api :: RawM' serverType) :: * #

Methods

clientWithRoute :: Proxy (RawM' serverType) api -> Req -> Client (RawM' serverType) api #