A tiny application that handles (cool) uri's.
Project description
This very simple application is meant to be the handler on a domain that handles Cool Uri’s (http://www.w3.org/TR/cooluris/) with 303 redirects.
All it does is map Uri’s to other uri’s and redirect them. To make thing easy you can either redirect by hitting the full URI (eg. http://id.example.com/foo/15) or by querying a handle service (eg. http://id.example.com/handle?uri=http://id.example.com/foo/15). Both of these will redirect you. The handle service also works for non-http URI’s. Finally, there’s a service that just returns information without performing a redirect, eg. http://id.example.com/uris?uri=http://id.example.com/foo/15. This can be handy to bypass some of the strangeness that happens when you combine Cool uri’s with CORS and custom HTTP headers.
Configuration is done by editing a YAML file. For each URI you need to register a regex and a redirect template. The regex should use named placeholders, as well as the redirect string. An optional argument mount determines if your match is living at the server root or is absolute (eg. because it’s a URN). Not setting mount sets it to True.
1.0.0 (27-02-2023)
Onderscheid op accept header toelaten (#86)
1.0.0 (06-07-2022)
Drop python 2 support (#80)
Update to pyramid 2 (#78)
Update dependencies (#77)
Is setup.cfg still needed? (#76)
Drop pyup support (#75)
Which HTTP methods does the “redirect” route support? (#73)
0.4.0 (07-12-2020)
Py3 migratie (#53)
0.3.0 (12-04-2016)
Added http caching to the /uris endpoint.
0.2.0 (28-09-2015)
Added a /uris endpoint that does not redirect, but just returns information.
0.1.0 (27-09-2015)
Initial version
Allows redirecting a a regular URI and with a query service.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file urihandler-1.1.0.tar.gz
.
File metadata
- Download URL: urihandler-1.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.9.2 requests/2.28.2 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a045d5a59c6f4167dddf602beab9ec6bf409c4b7f4721bd206bdf240999fd6e1 |
|
MD5 | 82565455b87e572c751ac86917fd53f3 |
|
BLAKE2b-256 | b9836b1997219ee7c801aa23ce066924f9ec309973a73a8120bd151e4e2941f9 |
File details
Details for the file urihandler-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: urihandler-1.1.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.9.2 requests/2.28.2 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 330af6053aacb99a8afa7cec0d1ddee782198fb456390327013390704d5bff9c |
|
MD5 | 118a98185b93cc331f772df7e366d746 |
|
BLAKE2b-256 | 703ebefa78acc997bd412759f1c27821c1a7a9edab500eefda7109cb44abc760 |