servant-rawm-docs-1.0.0.0: Documentation generator for 'RawM' endpoints.

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

Servant.RawM.Docs

Contents

Description

This module exports a HasDocs instance for RawM, which provides documentations for the RawM endpoint.

Synopsis

Reexport RawM API

Orphan instances

HasDocs FileServer Source #

This is a HasDocs instance compatible with the file servers defined in Servant.RawM.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 #