$default_code
$default_code :
HTTP controller
process()
Claim funds from the bitcoins_recipients package. Used when funds are sent via e-mail / phone (SMS), and allows the user to claim their funds.
Middleware class to handle the HTTP request for any URIs that goto /~alias~/*. Use the app::get_uri_segments() and app::get_uri() methods to determine the exact URI being requested, and process accordingly. Use the following methods to set a response for the request. app::set_res_contents() app::set_res_http_status() app::set_res_content_type()