(bind-func callback_goodbye_world
(lambda (request:u_request* response:u_response* user_data:i8*)
(ulfius_set_string_body_response response 200
(cstring (cat (Str "<h1>Goodbye World!</h1>")
(Str "<h2>")
(toString (now))
(Str "</h2>"))))
U_CALLBACK_CONTINUE))