Safe Haskell | Safe-Inferred |
---|
Data.Factual.Write
Contents
Description
This module exports the definition of the Write typeclass.
Write typeclass
A member of the Write typeclass must define a path function which returns the write path as a String, a params function that outputs any addition path params as a Map, and a body function which returns Map of the data passed in the body of the post request.