| OpenResty documentation | view source | Contained in the OpenResty distribution. |
OpenResty::Handler::Role - The role handler for OpenResty
use OpenResty::Handler::Role;
$data = OpenResty::Handler::Role->GET_role_list($openresty, \@url_bits);
This OpenResty handler class implements the Role API, i.e., the /=/role/* interface.
GET_role_list($openresty, \@url_bits) Agent Zhang (agentzh) <agentzh@yahoo.cn>
| OpenResty documentation | view source | Contained in the OpenResty distribution. |