serv-0.1.0.0: src/Serv/Api.hs
module Serv.Api (
Api (..)
, Method (..)
, Body (..)
, Path (..)
, Verb (..)
, Pair (..)
) where
import Serv.Internal.Api
import Serv.Internal.Verb
import Serv.Internal.Pair
module Serv.Api (
Api (..)
, Method (..)
, Body (..)
, Path (..)
, Verb (..)
, Pair (..)
) where
import Serv.Internal.Api
import Serv.Internal.Verb
import Serv.Internal.Pair