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

Contents

Description

This module exports a HasDocs instance for RawM.

Orphan instances

HasDocs FileServer Source #

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

Instance details

HasDocs serverType => HasDocs (RawM' serverType :: Type) Source #

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

Instance details

Methods

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