module Servant.Foreign
(
listFromAPI
, Req(..)
, defReq
, HasForeignType(..)
, GenerateList(..)
, HasForeign(..)
, NoTypes
, Url(..)
, Path
, Segment(..)
, SegmentType(..)
, isCapture
, captureArg
, QueryArg(..)
, ArgType(..)
, HeaderArg(..)
, Arg(..)
, FunctionName(..)
, ReqBodyContentType(..)
, PathSegment(..)
, argName
, argType
, argPath
, reqUrl
, reqMethod
, reqHeaders
, reqBody
, reqBodyContentType
, reqReturnType
, reqFuncName
, path
, queryStr
, queryArgName
, queryArgType
, headerArg
, _PathSegment
, _HeaderArg
, _ReplaceHeaderArg
, _Static
, _Cap
, _Normal
, _Flag
, _List
, module Servant.API
, module Servant.Foreign.Inflections
) where
import Servant.API
import Servant.Foreign.Inflections
import Servant.Foreign.Internal