#ifndef LANDER
#define LANDER
#include "http_loop.h"
extern http_route lander_routes[3];
bool lander_post_redirect(event_loop_conn *conn);
#endif