summaryrefslogtreecommitdiffstats
path: root/ipsilon/util/endpoint.py
Commit message (Collapse)AuthorAgeFilesLines
* Set Cache-control on all generated pages, centralize in EndpointRob Crittenden2015-03-191-1/+4
| | | | | | | | | | See "Bindings for the OASIS Security Assertion Markup Language (SAML) V2.0" section 3.2.3.2. https://fedorahosted.org/ipsilon/ticket/7 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Nathan Kinder <nkinder@redhat.com>
* Low-level class for managing request endpointsRob Crittenden2015-02-271-0/+82
An Endpoint is different from a Page in that it doesn't have menus, templates, transactions, etc. It is only defines a URL that can be mounted. https://fedorahosted.org/ipsilon/ticket/38 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>