There are several identifiers in WAI containing "LBS":
Network.Wai.responseLBS
:: Status -> ResponseHeaders -> ByteString -> Response
-- | Store uploaded files in memory
lbsBackEnd
:: Monad m => ignored1 -> ignored2 -> m S.ByteString -> m L.ByteString
I can't find anything in the WAI documentation that mentions "LBS". What does it mean?