Minor doc patch - sendStatusJSON is since 1.4.18
I'm sure this is trivially obvious. :-)
Commit 6a60dac introduced `sendStatusJSON` on Nov 25, 2015; yesod-core 1.4.18 was uploaded to hackage on Dec 17.
This commit is contained in:
parent
d922bdd272
commit
93da4f060e
@ -580,6 +580,8 @@ sendResponseStatus s = handlerError . HCContent s . toTypedContent
|
|||||||
|
|
||||||
-- | Bypass remaining handler code and output the given JSON with the given
|
-- | Bypass remaining handler code and output the given JSON with the given
|
||||||
-- status code.
|
-- status code.
|
||||||
|
--
|
||||||
|
-- Since 1.4.18
|
||||||
sendStatusJSON :: (MonadHandler m, ToJSON c) => H.Status -> c -> m a
|
sendStatusJSON :: (MonadHandler m, ToJSON c) => H.Status -> c -> m a
|
||||||
sendStatusJSON s v = sendResponseStatus s (toJSON v)
|
sendStatusJSON s v = sendResponseStatus s (toJSON v)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user