Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadapc/hqs
Patched QueryString encoding in Haskell, since the built in version from network didn't work properly.
https://github.com/yamadapc/hqs
Last synced: about 1 month ago
JSON representation
Patched QueryString encoding in Haskell, since the built in version from network didn't work properly.
- Host: GitHub
- URL: https://github.com/yamadapc/hqs
- Owner: yamadapc
- License: mit
- Created: 2014-11-02T03:21:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T03:21:24.000Z (about 10 years ago)
- Last Synced: 2024-12-24T11:57:54.758Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hqs
===============================================================================
Patched QueryString encoding, since the built in version from `network` doesn't
work properly.I haven't really gotten around this. It needs a lot more complexity, since
currently it's a really simple and non-general implementation (though it works -
I think).I'll make it generalized for all `mono-traversable` instances which have
elements convertible to `Ints` hopefully, soon. Maybe this is a dead-end; I
don't know.## License
This code is licensed under the MIT license for Pedro Tacla Yamada. For more
information, please refer to the [LICENSE](/LICENSE) file.