hoodunit / purescript-payload

An HTTP server and client library for PureScript
Apache License 2.0
100 stars 11 forks source link

`Empty` response is not actually supported but `README` states that #31

Open Renegatto opened 1 year ago

Renegatto commented 1 year ago

DecodeResponse class has only limited amount of instances and these are for Strings, Arrays and Records only.

README entry

Renegatto commented 1 year ago

It may be partially related to #30