Low-level class for managing request endpoints
authorRob Crittenden <rcritten@redhat.com>
Fri, 20 Feb 2015 15:57:32 +0000 (10:57 -0500)
committerSimo Sorce <simo@redhat.com>
Fri, 27 Feb 2015 21:04:13 +0000 (16:04 -0500)
commita35c8bca80226a935dc5dab33e716e79ef820fd4
treee6b49d7e0fe98a129f64e038a91066947f80f3b4
parent707d48d5fc506c2a45b875b4b585c6c168c599fd
Low-level class for managing request endpoints

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>
ipsilon/util/endpoint.py [new file with mode: 0644]