add_server_handler
Description:
[ Version ( since = "0.20.11" ) ]
public void add_server_handler (bool use_acl, string path, owned ServerCallback callback)
public void add_server_handler (bool use_acl, string path, owned ServerCallback callback)
Add a ServerCallback to the Context's Server.
Parameters:
this |
a Context |
use_acl |
|
path |
the toplevel path for the handler. |
callback |
callback to invoke for requests under |
destroy |
A DestroyNotify for |
user_data |
the user_data passed to |