···77 Context(static_directory: String, conn: pog.Connection)
88}
991010+/// Middleware that runs before every request.
1111+/// It sets up the request, and then calls the next handler.
1012pub fn middleware(
1113 request req: wisp.Request,
1214 context ctx: Context,