This commit is contained in:
Sean Leather 2014-12-12 21:04:03 +02:00
parent 14a2750411
commit 4a89f5d6c7

View File

@ -4,7 +4,7 @@ module Servant.API.Post where
import Data.Typeable
-- | Endpoint for POST requests. The type variable represents the type of the
-- response body (not the request body, use 'Servant.API.RQBody.RQBody' for
-- response body (not the request body, use 'Servant.API.ReqBody.ReqBody' for
-- that).
--
-- Example: