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 [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 2012-10-16T22:18:07Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for partial-uri-0.1

[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).