Module

Bucketchain.SimpleAPI.Body

#Body

newtype Body a

The type for request handlers with request body.

You can use ReadForeign instances as type variable a.

Constructors

#decodeBody

decodeBody :: forall a. ReadForeign a => Http -> String -> Either MultipleErrors a

This is for internal. Do not use it.

Modules