uri-template: URI template library for Haskell

[ bsd3, library, program, web ] [ Propose Tags ]

A URI template expansion library for Haskell. Provides support for Joe Gregorio's standardized format, OpenSearch 1.1's format + WADL/WSDL-style templates.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
new-base

Build with new smaller base library

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2
Dependencies base, containers, utf8-string [details]
License BSD-3-Clause
Author Sigbjorn Finne <sof@forkIO.com>
Maintainer sof@forkIO.com
Category Web
Uploaded by SigbjornFinne at 2008-11-11T20:20:27Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Executables main
Downloads 1056 total (3 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 uri-template-0.2

[back to package description]
A little package containing code for expanding URI Templates wrt an
input environment map. The URI template syntax is that of the draft
IETF RFC that Joe Gregorio is driving forward:

   http://bitworking.org/projects/

simple and useful (a combo to strive for :-) ) It is is used in a
couple of feed-related projects already (e.g., FIQL), and WADL. More
to come, mb.

The expansion code also recognizes OpenSearch-1.1 style templates
(e.g., '?' suffixes and its NS-prefix expansion forms.)

--sof 9/2008