partial-uri: Datatype for passing around unresolved URIs.

[ library, web ] [ Propose Tags ]

Datatype wrapping URI that has not been fully resolved yet (such as a route in a webapp without the application root).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2
Dependencies base (>=4 && <5), network-uri [details]
License LicenseRef-OtherLicense
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Web
Home page https://github.com/singpolyma/partial-uri
Bug tracker https://github.com/singpolyma/partial-uri/issues
Source repo head: git clone git://github.com/singpolyma/partial-uri.git
Uploaded by StephenWeber at 2014-12-29T15:16:10Z
Distributions NixOS:0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2312 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2014-12-29 [all 1 reports]

Readme for partial-uri-0.2

[back to package description]
Datatype wrapping URI that has not been fully resolved yet (such as
a route in a webapp without the application root).