logo
首页技术栈工具库讨论
wreq-stringless

wreq-stringless

This library wraps all functions from Network.Wreq which expects a String and replaces the String Type with the Network.Wreq.StringLess.StringLike Type-Class. Instances for Network.Wreq.StringLess.StringLike are given for: Data.Text Data.Text.Lazy Data.ByteString.UTF8 Data.ByteString.Lazy.UTF8 So you can use any of this types instead of String. To use this library, replace your the wreq dependency from your cabal file with wreq-stringless and import Network.Wreq.StringLess instead of Network.Wreq. The 0.5.9.x version of this library wraps the 0.5.x.x version of wreq. see https://github.com/j-keck/wreq-stringless/tree/master/examples for examples.
由 
bruceshi2021-01-14 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install wreq-stringless
查看
标签
根据用户添加的标签生成
暂无标签