dormouse-uri: Library for type-safe representations of Uri/Urls
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Dormouse-Uri provides type safe handling of Uri
s and Url
s.
Uri
sytax is well defined according to RFC 3986, Dormouse-Uri parses and encodes Uri
s according to the syntax defined in this document.
We define Url
as an absolute URI associated with web resources, the current version of Dormouse-Uri restricts Url
s to the http
and https
schemes.
Dormouse-Uri has the following features:
The
Uri
andUrl
data types useData.Text
internally, this allows you to freely include percent-decoded characters which will be properly rendered when theUrl
/Uri
is encoded.Quasiquoters to allow safe construction of
Uri
/Url
s from string literals.DataKinds
allowUrl
s to be restricted to thehttp
orhttps
schemes are the type level.A UrlBuilder syntax to allow type-safe construction/concatenation of
Url
s from their components, e.g. path and query parameters.
Please see https://dormouse.io for full documentation.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | attoparsec (>=0.13.2.4 && <0.14), base (>=4.7 && <5), bytestring (>=0.10.8 && <0.11.0), case-insensitive (>=1.2.1.0 && <2.0.0), containers (>=0.6.2.1 && <0.7), http-types (>=0.12.3 && <0.13), safe-exceptions (>=0.1.7 && <0.2.0), template-haskell (>=2.15.0 && <3.0.0), text (>=1.2.3 && <2.0.0) [details] |
License | BSD-3-Clause |
Copyright | 2020-2021 Phil Curzon |
Author | Phil Curzon |
Maintainer | phil@novelfs.org |
Category | Web |
Home page | https://dormouse.io/uri.html |
Bug tracker | https://github.com/theinnerlight/dormouse/issues |
Source repo | head: git clone https://github.com/theinnerlight/dormouse |
Uploaded | by philcurzon at 2021-02-06T03:10:45Z |
Modules
- Dormouse
- Dormouse.Uri
- Dormouse.Uri.Encode
- Dormouse.Uri.Exception
- Dormouse.Uri.QQ
- Dormouse.Uri.RFC3986
- Dormouse.Url
- Dormouse.Url.Builder
- Dormouse.Url.Exception
- Dormouse.Url.QQ
- Dormouse.Uri
Downloads
- dormouse-uri-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees