servant-rawm-0.2.0.2: 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.Docs

Contents

Description

This module exports a HasDocs instance for RawM.

Synopsis

Documentation

Orphan instances

HasDocs * FileServer Source #

This is a HasDocs instance compatible with the file servers defined in Servant.RawM.Internal.Server.

HasDocs * serverType => HasDocs * (RawM' serverType) Source #

This just defers to the HasDocs instance for the serverType phantom type.

Methods

docsFor :: Proxy (RawM' serverType) api -> (Endpoint, Action) -> DocOptions -> API #