Added ToContent Builder instance
This commit is contained in:
parent
bf324ded19
commit
06193634c4
@ -95,6 +95,8 @@ emptyContent = ContentBuilder mempty $ Just 0
|
|||||||
class ToContent a where
|
class ToContent a where
|
||||||
toContent :: a -> Content
|
toContent :: a -> Content
|
||||||
|
|
||||||
|
instance ToContent Builder where
|
||||||
|
toContent = flip ContentBuilder Nothing
|
||||||
instance ToContent B.ByteString where
|
instance ToContent B.ByteString where
|
||||||
toContent bs = ContentBuilder (fromByteString bs) $ Just $ B.length bs
|
toContent bs = ContentBuilder (fromByteString bs) $ Just $ B.length bs
|
||||||
instance ToContent L.ByteString where
|
instance ToContent L.ByteString where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user