commit
7ea1203c8b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue