Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.