aboutsummaryrefslogtreecommitdiff
path: root/lib/Net/Hawk/Uri.pm
blob: 544afd97c03001ffa9f0d9e0bb4f3b68a1d4030b (plain)
1
2
3
4
5
6
7
package Net::Hawk::Uri {
    use v6;
    use Net::Hawk::Client;
    use Net::Hawk::Server;
    our constant &getBewit := &Net::Hawk::Client::getBewit;
    our constant &authenticate := &Net::Hawk::Server::authenticate;
}