hoauth-0.3.5: A Haskell implementation of OAuth 1.0a protocol.
Network.OAuth.Http.Util
splitBy :: (a -> Bool) -> [a] -> [[a]]Source