Popularity
7.2
Declining
Activity
2.3
-
4
11
5

Monthly Downloads: 137
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Network     Uri    
Latest version: v1.5.0.6

uri-encode alternatives and similar packages

Based on the "uri" category.
Alternatively, view uri-encode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of uri-encode or a related project?

Add another 'uri' Package

README

uri-encode

Build Status

This package allows you to uri encode and uri decode Strings, Texts and ByteStrings.

The default is to encode everything but ASCII alphabetic characters, decimal digits, and - _ . ~, according to RFC 3986.

It has support for all of unicode, by first encoding strings to UTF8, and then encoding the individual bytes. This works both for network > 2.4 (which also does this) and for older version.

Additionally, two command line utilities are provided if the package is built with the tools flag: uri-encode and uri-decode.